pgsql/src/backend/storage/ipc sinval.c

Started by Tom Laneabout 25 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl@hub.org 01/06/01 16:07:16

Modified files:
src/backend/storage/ipc: sinval.c

Log message:
Guard against malloc failure. Also, don't examine segP->lastBackend
until we hold the spinlock.