From fb4bbc8113e5b5eb1233418ad1f92428339da370 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 16 Dec 2011 23:19:06 -0500 Subject: [PATCH] Add missing 'static' qualifier. --- src/bin/pg_ctl/pg_ctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/pg_ctl/pg_ctl.c b/src/bin/pg_ctl/pg_ctl.c index edd1906c23..0cc43b3fe9 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; -- 2.39.5