Commit fb4bbc81 authored by Tom Lane's avatar Tom Lane

Add missing 'static' qualifier.

parent 0d76b60d
...@@ -1892,7 +1892,7 @@ set_starttype(char *starttypeopt) ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment