projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
618ad8e
)
Silence compile warning on win32, per Stefan and Buildfarm.
author
Magnus Hagander
<magnus@hagander.net>
Thu, 12 Jul 2007 18:15:52 +0000
(18:15 +0000)
committer
Magnus Hagander
<magnus@hagander.net>
Thu, 12 Jul 2007 18:15:52 +0000
(18:15 +0000)
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 8d6b2e89eb51d78a4c358448b0fb77ec39eab35d..f2bd1d16f73272bceea8ff25a22a8132b9c40a16 100644
(file)
--- a/
src/bin/pg_ctl/pg_ctl.c
+++ b/
src/bin/pg_ctl/pg_ctl.c
@@
-91,7
+91,7
@@
static char *post_opts = NULL;
static const char *progname;
static char *log_file = NULL;
static char *postgres_path = NULL;
-static c
onst char *register_servicename = "PostgreSQL";
/* FIXME: + version ID? */
+static c
har *register_servicename = "PostgreSQL";
/* FIXME: + version ID? */
static char *register_username = NULL;
static char *register_password = NULL;
static char *argv0 = NULL;