Use a longer buffer in libpqrcv_startstreaming.

Robert Haas <rhaas@postgresql.org>

Commit: 34c6d9611d23178539ed09b8f2ce40c5788a21cb
Author: Robert Haas <rhaas@postgresql.org>
Date: 2014-03-03T12:24:52Z
Releases: 9.4.0
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

Files