walsender_pg_flush_v1.patch

application/octet-stream

Filename: walsender_pg_flush_v1.patch
Type: application/octet-stream
Part: 0
Message: Streaming Replication and CopyOutResponse message

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/walsender.c 1 0
*** a/src/backend/replication/walsender.c
--- b/src/backend/replication/walsender.c
***************
*** 263,268 **** WalSndHandshake(void)
--- 263,269 ----
  						pq_sendbyte(&buf, 0);
  						pq_sendint(&buf, 0, 2);
  						pq_endmessage(&buf);
+ 						pq_flush();
  
  						/*
  						 * Initialize position to the received one, then the