projects
/
users
/
kgrittn
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d76b60
)
Add missing 'static' qualifier.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Sat, 17 Dec 2011 04:19:06 +0000
(23:19 -0500)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Sat, 17 Dec 2011 04:19:06 +0000
(23:19 -0500)
src/bin/pg_ctl/pg_ctl.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_ctl/pg_ctl.c
b/src/bin/pg_ctl/pg_ctl.c
index edd1906c23ee61587fa3ab03f68ae0a7d313bef0..0cc43b3fe991b500f6997663c86e70d492aacc61 100644
(file)
--- 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;