forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitec9037d
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
3 files changed
+1016
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
| 19 | + | |
20 | 20 |
| |
21 | 21 |
|
0 commit comments
Comments
(0)