Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 017f2d2

Browse files
committed
Silence compile warning on win32, per Stefan and Buildfarm.
1 parent 784fd04 commit 017f2d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin/pg_ctl/pg_ctl.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
66
*
7-
* $PostgreSQL: pgsql/src/bin/pg_ctl/pg_ctl.c,v 1.82 2007/07/08 19:07:38 tgl Exp $
7+
* $PostgreSQL: pgsql/src/bin/pg_ctl/pg_ctl.c,v 1.83 2007/07/12 18:15:52 mha Exp $
88
*
99
*-------------------------------------------------------------------------
1010
*/
@@ -91,7 +91,7 @@ static char *post_opts = NULL;
9191
static const char *progname;
9292
static char *log_file = NULL;
9393
static char *postgres_path = NULL;
94-
static const char *register_servicename = "PostgreSQL"; /* FIXME: + version ID? */
94+
static char *register_servicename = "PostgreSQL"; /* FIXME: + version ID? */
9595
static char *register_username = NULL;
9696
static char *register_password = NULL;
9797
static char *argv0 = NULL;

0 commit comments

Comments
 (0)