|
37 | 37 | *
|
38 | 38 | *
|
39 | 39 | * IDENTIFICATION
|
40 |
| - * $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.451 2005/05/15 00:26:18 momjian Exp $ |
| 40 | + * $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.452 2005/06/09 22:01:12 tgl Exp $ |
41 | 41 | *
|
42 | 42 | * NOTES
|
43 | 43 | *
|
@@ -3414,7 +3414,7 @@ CountChildren(void)
|
3414 | 3414 | /*
|
3415 | 3415 | * StartChildProcess -- start a non-backend child process for the postmaster
|
3416 | 3416 | *
|
3417 |
| - *xlog determines what kind of child will be started.All child types |
| 3417 | + *xlop determines what kind of child will be started.All child types |
3418 | 3418 | * initially go to BootstrapMain, which will handle common setup.
|
3419 | 3419 | *
|
3420 | 3420 | * Return value of StartChildProcess is subprocess' PID, or 0 if failed
|
|