File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
*
5
5
* Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
6
6
*
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 $
8
8
*
9
9
*-------------------------------------------------------------------------
10
10
*/
@@ -91,7 +91,7 @@ static char *post_opts = NULL;
91
91
static const char * progname ;
92
92
static char * log_file = NULL ;
93
93
static char * postgres_path = NULL ;
94
- static const char * register_servicename = "PostgreSQL" ; /* FIXME: + version ID? */
94
+ static char * register_servicename = "PostgreSQL" ; /* FIXME: + version ID? */
95
95
static char * register_username = NULL ;
96
96
static char * register_password = NULL ;
97
97
static char * argv0 = NULL ;
You can’t perform that action at this time.
0 commit comments