pgsql: Use a longer buffer in libpqrcv_startstreaming.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use a longer buffer in libpqrcv_startstreaming.
Date: 2014-03-03 12:25:47
Message-ID: E1WKRwJ-0003l9-23@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2014-03-03 12:26:56 Re: pgsql: Introduce replication slots.
Previous Message Robert Haas 2014-03-03 12:23:04 pgsql: Bump catversion.