We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65cd829 commit 59292f2Copy full SHA for 59292f2
src/backend/replication/walsender.c
@@ -30,7 +30,7 @@
30
*
31
32
* IDENTIFICATION
33
- * $PostgreSQL: pgsql/src/backend/replication/walsender.c,v 1.12 2010/03/24 21:41:57 sriggs Exp $
+ * $PostgreSQL: pgsql/src/backend/replication/walsender.c,v 1.13 2010/03/26 12:23:34 heikki Exp $
34
35
*-------------------------------------------------------------------------
36
*/
@@ -263,6 +263,7 @@ WalSndHandshake(void)
263
pq_sendbyte(&buf, 0);
264
pq_sendint(&buf, 0, 2);
265
pq_endmessage(&buf);
266
+ pq_flush();
267
268
/*
269
* Initialize position to the received one, then the
0 commit comments