Index: postmaster.c =================================================================== RCS file: /home/alvherre/cvs/pgsql/src/backend/postmaster/postmaster.c,v retrieving revision 1.451 diff -c -r1.451 postmaster.c *** postmaster.c 15 May 2005 00:26:18 -0000 1.451 --- postmaster.c 9 Jun 2005 21:50:52 -0000 *************** *** 3414,3420 **** /* * StartChildProcess -- start a non-backend child process for the postmaster * ! * xlog determines what kind of child will be started. All child types * initially go to BootstrapMain, which will handle common setup. * * Return value of StartChildProcess is subprocess' PID, or 0 if failed --- 3414,3420 ---- /* * StartChildProcess -- start a non-backend child process for the postmaster * ! * xlop determines what kind of child will be started. All child types * initially go to BootstrapMain, which will handle common setup. * * Return value of StartChildProcess is subprocess' PID, or 0 if failed