postgresql/src/backend/storage/ipc
Robert Haas 12968cf408 Add flags argument to dsm_create.
Right now, there's only one flag, DSM_CREATE_NULL_IF_MAXSEGMENTS,
which suppresses the error that would normally be thrown when the
maximum number of segments already exists, instead returning NULL.
It might be useful to add more flags in the future, such as one to
ignore allocation errors, but I haven't done that here.
2015-03-19 13:03:03 -04:00
..
dsm_impl.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
dsm.c Add flags argument to dsm_create. 2015-03-19 13:03:03 -04:00
ipc.c Remove remnants of ImmediateInterruptOK handling. 2015-02-03 23:25:47 +01:00
ipci.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
Makefile Single-reader, single-writer, lightweight shared message queue. 2014-01-14 12:23:22 -05:00
pmsignal.c Use FLEXIBLE_ARRAY_MEMBER in some more places. 2015-02-20 17:32:01 -05:00
procarray.c Use FLEXIBLE_ARRAY_MEMBER in some more places. 2015-02-20 17:32:01 -05:00
procsignal.c Add a default local latch for use in signal handlers. 2015-01-14 18:45:22 +01:00
shm_mq.c Add a default local latch for use in signal handlers. 2015-01-14 18:45:22 +01:00
shm_toc.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
shmem.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
shmqueue.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
sinval.c Introduce and use infrastructure for interrupt processing during client reads. 2015-02-03 22:25:20 +01:00
sinvaladt.c Use FLEXIBLE_ARRAY_MEMBER in a number of other places. 2015-02-21 16:12:14 -05:00
standby.c Update copyright for 2015 2015-01-06 11:43:47 -05:00