Single-reader, single-writer, lightweight shared message queue.

Robert Haas <rhaas@postgresql.org>

Commit: ec9037df2634ddcd6a3b036463722c8ee009b132
Author: Robert Haas <rhaas@postgresql.org>
Date: 2014-01-14T17:23:22Z
Releases: 9.4.0
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.

Files