walreceiver_readme_v1.patch
application/octet-stream
Filename: walreceiver_readme_v1.patch
Type: application/octet-stream
Part: 0
Message:
Re: Mismatch in libpqwalreceiver
Patch
Same data as JSON:
GET /api/v1/attachments/:id/patch
the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes.
API reference →
Format: context
Series: patch v1
| File | + | − |
|---|---|---|
| src/backend/replication/README | 2 | 0 |
*** a/src/backend/replication/README --- b/src/backend/replication/README *************** *** 17,25 **** Establish connection to the primary, and starts streaming from 'startpoint'. Returns true on success. ! bool walrcv_receive(int timeout, XLogRecPtr *recptr, char **buffer, int *len) ! Retrieve any WAL record available through the connection, blocking for maximum of 'timeout' ms. --- 17,25 ---- Returns true on success. ! bool walrcv_receive(int timeout, unsigned char *type, char **buffer, int *len) ! Retrieve any message available through the connection, blocking for maximum of 'timeout' ms.