I added a result set to START_STREAMING command, but neglected walreceiver.

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 3684a534efbd2ffd72e2c4cbd21f9752be3efaf1
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2013-01-17T21:45:45Z
Releases: 9.3.0
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.

Files