Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d264fb4

Browse files
committed
comment cleanup
1 parent 7547886 commit d264fb4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/backend/postmaster/postmaster.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*
1212
*
1313
* IDENTIFICATION
14-
* $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.140 2000/04/27 02:59:17 tgl Exp $
14+
* $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.141 2000/05/23 22:16:27 momjian Exp $
1515
*
1616
* NOTES
1717
*
@@ -381,7 +381,7 @@ PostmasterMain(int argc, char *argv[])
381381
*original_extraoptions = '\0';
382382

383383
/*
384-
* We need three params so we can display status. If we don't get
384+
* We need four params so we can display status. If we don't get
385385
* them from the user, let's make them ourselves.
386386
*/
387387
if (argc < 5)
@@ -405,7 +405,7 @@ PostmasterMain(int argc, char *argv[])
405405

406406
execv(new_argv[0], new_argv);
407407

408-
/* How did we get here, error! */
408+
/* How did we get here? Error! */
409409
perror(new_argv[0]);
410410
fprintf(stderr, "PostmasterMain execv failed on %s\n", argv[0]);
411411
exit(1);

0 commit comments

Comments
 (0)