postgresql/src/backend/replication/libpqwalreceiver
Heikki Linnakangas 3684a534ef 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.
2013-01-17 23:45:45 +02:00
..
Makefile Improved parallel make support 2010-11-12 22:15:16 +02:00
libpqwalreceiver.c I added a result set to START_STREAMING command, but neglected walreceiver. 2013-01-17 23:45:45 +02:00