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 c4acbb8 commit b0830e3Copy full SHA for b0830e3
src/port/path.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $PostgreSQL: pgsql/src/port/path.c,v 1.40 2004/11/01 04:46:56 momjian Exp $
+ * $PostgreSQL: pgsql/src/port/path.c,v 1.41 2004/11/02 03:09:06 momjian Exp $
12
13
*-------------------------------------------------------------------------
14
*/
@@ -204,7 +204,7 @@ get_progname(const char *argv0)
204
if (progname == NULL)
205
{
206
fprintf(stderr, "%s: out of memory\n", nodir_name);
207
- exit(1);
+ exit(1); /* This could exit the postmaster */
208
}
209
progname[strlen(progname) - sizeof(EXE) - 1] = '\0';
210
nodir_name = progname;
0 commit comments