CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl@postgresql.org 01/11/05 19:38:26
Modified files:
src/backend/storage/lmgr: proc.c
src/include/storage: proc.h
Log message:
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.