pgsql/src/backend/storage/ipc (ipc.c)

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

Date: Friday, December 29, 2000 @ 20:20:55
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/storage/ipc
from hub.org:/home/projects/pgsql/tmp/cvs-serv97008

Modified Files:
ipc.c

----------------------------- Log Message -----------------------------

Paranoia about possible values of errno after a shmget/semget failure.
In theory we should always get EEXIST if there's a key collision, but
if the kernel code tests error conditions in a weird order, perhaps
EACCES or EIDRM could occur too.