]> granicus.if.org Git - postgresql/commit
Ensure that all places that are complaining about exhaustion of shared
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 16 Oct 2003 20:59:35 +0000 (20:59 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 16 Oct 2003 20:59:35 +0000 (20:59 +0000)
commit624292aa3517d85f1314227df400f256424a496b
tree11c092551e6798fa9fa18d4abb1c02fff44394ff
parent2ec74435cdbc6f6d46e9348c579543f0151242e9
Ensure that all places that are complaining about exhaustion of shared
memory say 'out of shared memory'; some were doing that and some just
said 'out of memory'.  Also add a HINT about increasing max_locks_per_transaction
where relevant, per suggestion from Sean Chittenden.  (The former change
does not break the strings freeze; the latter does, but I think it's
worth doing anyway.)
src/backend/storage/ipc/shmem.c
src/backend/storage/lmgr/lock.c
src/backend/storage/lmgr/proc.c