Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ff9899 commit 4688e6dCopy full SHA for 4688e6d
src/bin/pg_ctl/pg_ctl.c
@@ -4,7 +4,7 @@
4
*
5
* Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
6
7
- * $PostgreSQL: pgsql/src/bin/pg_ctl/pg_ctl.c,v 1.102 2008/06/26 03:51:56 momjian Exp $
+ * $PostgreSQL: pgsql/src/bin/pg_ctl/pg_ctl.c,v 1.103 2008/06/26 18:25:24 momjian Exp $
8
9
*-------------------------------------------------------------------------
10
*/
@@ -610,7 +610,7 @@ read_post_opts(void)
610
*arg1 = '\0'; /* terminate so we get only program name */
611
post_opts = arg1 + 1; /* point past whitespace */
612
}
613
- if (postgres_path != NULL)
+ if (postgres_path == NULL)
614
postgres_path = optline;
615
616
0 commit comments