mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Add missing 'static' qualifier.
This commit is contained in:
@ -1892,7 +1892,7 @@ set_starttype(char *starttypeopt)
|
|||||||
*
|
*
|
||||||
* If a configuration-only directory was specified, find the real data dir.
|
* If a configuration-only directory was specified, find the real data dir.
|
||||||
*/
|
*/
|
||||||
void
|
static void
|
||||||
adjust_data_dir(void)
|
adjust_data_dir(void)
|
||||||
{
|
{
|
||||||
char cmd[MAXPGPATH], filename[MAXPGPATH], *my_exec_path;
|
char cmd[MAXPGPATH], filename[MAXPGPATH], *my_exec_path;
|
||||||
|
Reference in New Issue
Block a user