We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent7547886 commitd264fb4Copy full SHA for d264fb4
src/backend/postmaster/postmaster.c
@@ -11,7 +11,7 @@
11
*
12
13
* IDENTIFICATION
14
- * $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.140 2000/04/27 02:59:17 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.141 2000/05/23 22:16:27 momjian Exp $
15
16
* NOTES
17
@@ -381,7 +381,7 @@ PostmasterMain(int argc, char *argv[])
381
*original_extraoptions='\0';
382
383
/*
384
- * We needthree params so we can display status. If we don't get
+ * We needfour params so we can display status. If we don't get
385
* them from the user, let's make them ourselves.
386
*/
387
if (argc<5)
@@ -405,7 +405,7 @@ PostmasterMain(int argc, char *argv[])
405
406
execv(new_argv[0],new_argv);
407
408
-/* How did we get here, error! */
+/* How did we get here? Error! */
409
perror(new_argv[0]);
410
fprintf(stderr,"PostmasterMain execv failed on %s\n",argv[0]);
411
exit(1);