*** pgsql/src/include/storage/proc.h 2009/02/19 08:02:32 1.111 --- pgsql/src/include/storage/proc.h 2009/02/23 09:28:50 1.112 *************** *** 7,13 **** * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * ! * $PostgreSQL: pgsql/src/include/storage/proc.h,v 1.110 2009/01/01 17:24:01 momjian Exp $ * *------------------------------------------------------------------------- */ --- 7,13 ---- * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * ! * $PostgreSQL: pgsql/src/include/storage/proc.h,v 1.111 2009/02/19 08:02:32 heikki Exp $ * *------------------------------------------------------------------------- */ *************** typedef struct PROC_HDR *** 138,149 **** /* * We set aside some extra PGPROC structures for auxiliary processes, * ie things that aren't full-fledged backends but need shmem access. ! * * Background writer, WAL writer, and autovacuum launcher run during ! * normal operation. When recovery has just finished, the startup ! * process can co-exist with them for a brief period before it exits. */ ! #define NUM_AUXILIARY_PROCS 4 /* configurable options */ --- 138,150 ---- /* * We set aside some extra PGPROC structures for auxiliary processes, * ie things that aren't full-fledged backends but need shmem access. ! * * Background writer, WAL writer, and autovacuum launcher run during ! * normal operation. Startup process also consumes one slot, but WAL ! * writer and autovacuum launcher are launched only after it has ! * exited. */ ! #define NUM_AUXILIARY_PROCS 3 /* configurable options */