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.