We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8714d9c commit 7974c35Copy full SHA for 7974c35
src/backend/postmaster/postmaster.c
@@ -37,7 +37,7 @@
37
*
38
39
* IDENTIFICATION
40
- * $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.451 2005/05/15 00:26:18 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.452 2005/06/09 22:01:12 tgl Exp $
41
42
* NOTES
43
@@ -3414,7 +3414,7 @@ CountChildren(void)
3414
/*
3415
* StartChildProcess -- start a non-backend child process for the postmaster
3416
3417
- * xlog determines what kind of child will be started. All child types
+ * xlop determines what kind of child will be started. All child types
3418
* initially go to BootstrapMain, which will handle common setup.
3419
3420
* Return value of StartChildProcess is subprocess' PID, or 0 if failed
0 commit comments