aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2011-12-16 23:19:06 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2011-12-16 23:19:06 -0500
commitfb4bbc8113e5b5eb1233418ad1f92428339da370 (patch)
treec3bd2fadf2c63b31edb8e3da7ee19a3136a9e17a
parent0d76b60db4684d3487223b003833828fe9655fe2 (diff)
downloadpostgresql-fb4bbc8113e5b5eb1233418ad1f92428339da370.tar.gz
postgresql-fb4bbc8113e5b5eb1233418ad1f92428339da370.zip
Add missing 'static' qualifier.
-rw-r--r--src/bin/pg_ctl/pg_ctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_ctl/pg_ctl.c b/src/bin/pg_ctl/pg_ctl.c
index edd1906c23e..0cc43b3fe99 100644
--- a/src/bin/pg_ctl/pg_ctl.c
+++ b/src/bin/pg_ctl/pg_ctl.c
@@ -1892,7 +1892,7 @@ set_starttype(char *starttypeopt)
*
* If a configuration-only directory was specified, find the real data dir.
*/
-void
+static void
adjust_data_dir(void)
{
char cmd[MAXPGPATH], filename[MAXPGPATH], *my_exec_path;