pgsql: Use a longer buffer in libpqrcv_startstreaming.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Use a longer buffer in libpqrcv_startstreaming.
Дата
Msg-id E1WKRwJ-0003l9-23@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Bump catversion.
Следующее
От: Robert Haas
Дата:
Сообщение: Re: pgsql: Introduce replication slots.