We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 784fd04 commit 017f2d2Copy full SHA for 017f2d2
src/bin/pg_ctl/pg_ctl.c
@@ -4,7 +4,7 @@
4
*
5
* Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
6
7
- * $PostgreSQL: pgsql/src/bin/pg_ctl/pg_ctl.c,v 1.82 2007/07/08 19:07:38 tgl Exp $
+ * $PostgreSQL: pgsql/src/bin/pg_ctl/pg_ctl.c,v 1.83 2007/07/12 18:15:52 mha Exp $
8
9
*-------------------------------------------------------------------------
10
*/
@@ -91,7 +91,7 @@ static char *post_opts = NULL;
91
static const char *progname;
92
static char *log_file = NULL;
93
static char *postgres_path = NULL;
94
-static const char *register_servicename = "PostgreSQL"; /* FIXME: + version ID? */
+static char *register_servicename = "PostgreSQL"; /* FIXME: + version ID? */
95
static char *register_username = NULL;
96
static char *register_password = NULL;
97
static char *argv0 = NULL;
0 commit comments