Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitec9037d

Browse files
committed
Single-reader, single-writer, lightweight shared message queue.
This code provides infrastructure for user backends to communicaterelatively easily with background workers. The message queue isstructured as a ring buffer and allows messages of arbitary lengthto be sent and received.Patch by me. Review by KaiGai Kohei and Andres Freund.
1 parent6ddd513 commitec9037d

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.oshm_mq.oshm_toc.o sinval.o sinvaladt.o standby.o
2020

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp