OSDN Git Service

The extra semaphore that proc.c now allocates for checkpoint processes
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 6 Nov 2001 00:38:26 +0000 (00:38 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 6 Nov 2001 00:38:26 +0000 (00:38 +0000)
commitca7578d45477ee0cb33bdb62c863acfe098347b3
treeacf1e38e42a8913df95b8c418e88085b6f4a3bbe
parent0053cebea5f3803e853accafb1810afd8cb02b0e
The extra semaphore that proc.c now allocates for checkpoint processes
should be accounted for in the PROC_SEM_MAP_ENTRIES() macro.  Otherwise
the ports that rely on this macro to size data structures are broken.
Mea culpa.
src/backend/storage/lmgr/proc.c
src/include/storage/proc.h