Don't start to stream after pg_receivexlog --create-slot.

Andres Freund <andres@anarazel.de>

Commit: 86baf3c24dfb6f351d0a1653552d0973ad7c4e3d
Author: Andres Freund <andres@anarazel.de>
Date: 2015-08-10T11:28:19Z
Releases: 9.5.0
Don't start to stream after pg_receivexlog --create-slot.

Immediately starting to stream after --create-slot is inconvenient in a
number of situations (e.g. when configuring a slot for use in
recovery.conf) and it's easy to just call pg_receivexlog twice in the
rest of the cases.

Author: Michael Paquier
Discussion: CAB7nPqQ9qEtuDiKY3OpNzHcz5iUA+DUX9FcN9K8GUkCZvG7+Ew@mail.gmail.com
Backpatch: 9.5, where the option was introduced

Files