projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fb67fa
)
Fix compile warning.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Tue, 23 Dec 2003 21:50:38 +0000
(21:50 +0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Tue, 23 Dec 2003 21:50:38 +0000
(21:50 +0000)
src/bin/initdb/initdb.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/initdb/initdb.c
b/src/bin/initdb/initdb.c
index 0efae260d7ef3d848526343ea5baa0516d584362..cd2df3acb238b603420bb55d2a552c7a6909212b 100644
(file)
--- a/
src/bin/initdb/initdb.c
+++ b/
src/bin/initdb/initdb.c
@@
-43,7
+43,7
@@
* Portions Copyright (c) 1994, Regents of the University of California
* Portions taken from FreeBSD.
*
- * $PostgreSQL: pgsql/src/bin/initdb/initdb.c,v 1.1
7 2003/12/17 18:44:08 petere
Exp $
+ * $PostgreSQL: pgsql/src/bin/initdb/initdb.c,v 1.1
8 2003/12/23 21:50:38 tgl
Exp $
*
*-------------------------------------------------------------------------
*/
@@
-2026,7
+2026,7
@@
usage(const char *progname)
/*
* Initialized NLS if enabled.
*/
-void
+
static
void
init_nls(void)
{
#ifdef ENABLE_NLS