Use a longer buffer in libpqrcv_startstreaming. Because of the new SLOT clause in the START_REPLICATION command, it's possible for the command to end up too long for the old maximum buffer length.
Andres Freund Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/34c6d9611d23178539ed09b8f2ce40c5788a21cb Modified Files -------------- src/backend/replication/libpqwalreceiver/libpqwalreceiver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
