pgsql: Use a longer buffer in libpqrcv_startstreaming. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Use a longer buffer in libpqrcv_startstreaming.
Date
Msg-id E1WKRwJ-0003l9-23@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Bump catversion.
Next
From: Robert Haas
Date:
Subject: Re: pgsql: Introduce replication slots.