summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2014-01-14 12:23:22 -0500
committerRobert Haas <rhaas@postgresql.org>2014-01-14 12:23:22 -0500
commitec9037df2634ddcd6a3b036463722c8ee009b132 (patch)
tree67565ef6475ce57f9d1097338c4e42dc3b327a46 /src/backend/access/transam/xlog.c
parent6ddd5137b26c64360b86ea4174f21362df4f167a (diff)
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.
Diffstat (limited to 'src/backend/access/transam/xlog.c')
0 files changed, 0 insertions, 0 deletions