Content-Length: 263849 | pFad | https://github.com/postgrespro/postgres/commit/ec9037df2634ddcd6a3b036463722c8ee009b132

61 Single-reader, single-writer, lightweight shared message queue. · postgrespro/postgres@ec9037d · GitHub
Skip to content

Commit ec9037d

Browse files
committed
Single-reader, single-writer, lightweight shared message queue.
This code provides infrastructure for user backends to communicate relatively easily with background workers. The message queue is structured as a ring buffer and allows messages of arbitary length to be sent and received. Patch by me. Review by KaiGai Kohei and Andres Freund.
1 parent 6ddd513 commit ec9037d

File tree

3 files changed

+1016
-1
lines changed

3 files changed

+1016
-1
lines changed

src/backend/storage/ipc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ endif
1616
endif
1717

1818
OBJS = dsm_impl.o dsm.o ipc.o ipci.o pmsignal.o procarray.o procsignal.o \
19-
shmem.o shmqueue.o shm_toc.o sinval.o sinvaladt.o standby.o
19+
shmem.o shmqueue.o shm_mq.o shm_toc.o sinval.o sinvaladt.o standby.o
2020

2121
include $(top_srcdir)/src/backend/common.mk

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: https://github.com/postgrespro/postgres/commit/ec9037df2634ddcd6a3b036463722c8ee009b132

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy