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

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: I added a result set to START_STREAMING command, but neglected w
Date: 2013-01-17 21:49:05
Message-ID: E1TvxKb-0001dT-VK@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2013-01-17 21:49:06 pgsql: When xlogreader asks the callback function to read a page, make
Previous Message Alvaro Herrera 2013-01-17 19:15:45 pgsql: Accelerate end-of-transaction dropping of relations