]> granicus.if.org Git - postgresql/commit
Don't start to stream after pg_receivexlog --create-slot.
authorAndres Freund <andres@anarazel.de>
Mon, 10 Aug 2015 11:28:18 +0000 (13:28 +0200)
committerAndres Freund <andres@anarazel.de>
Mon, 10 Aug 2015 11:28:18 +0000 (13:28 +0200)
commit70fd0e14e806a4d0ed31b19d92e1f9f140ef686d
treef77eb2f1da3fb0cfc4bd7b1baf92a23c4768838d
parent1e3e1ae266502eb6a15a788f74d48b7c94196f56
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
doc/src/sgml/ref/pg_receivexlog.sgml
src/bin/pg_basebackup/pg_receivexlog.c