pgsql: I added a result set to START_STREAMING command, but neglected w

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: I added a result set to START_STREAMING command, but neglected w
Дата
Msg-id E1TvxKb-0001dT-VK@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
I added a result set to START_STREAMING command, but neglected walreceiver.

The patch to allow pg_receivexlog to switch timeline added a result set
after copy has ended in START_STREAMING command, to return the next
timeline's ID to the client. But walreceived didn't get the memo, and threw
an error on the unexpected result set. Fix.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/3684a534efbd2ffd72e2c4cbd21f9752be3efaf1

Modified Files
--------------
.../libpqwalreceiver/libpqwalreceiver.c            |   18 ++++++++++++++----
src/backend/replication/walreceiver.c              |    4 +++-
2 files changed, 17 insertions(+), 5 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: When xlogreader asks the callback function to read a page, make
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Use the right timeline when beginning to stream from master.