On 26-10-2015 08:58, Joshua D. Drake wrote:
> Hello,
>
> The fact that pg_basebackup doesn't use replicaiton slots, is that a
> technical limitation or just a, "we need a patch"?
>
It is not in 9.5 but it is already there.
commit 0dc848b0314d63188919f1ce943730eac684dccd
Author: Peter Eisentraut <peter_e@gmx.net>
Date: Tue Jul 21 21:06:45 2015 -0400
pg_basebackup: Add --slot option
This option specifies a replication slot for WAL streaming (-X stream), so that there can be continuous
replicationslot use between WAL streaming during the base backup and the start of regular streaming replication.
Reviewed-by: Michael Paquier <michael.paquier@gmail.com>
-- Euler Taveira Timbira - http://www.timbira.com.br/ PostgreSQL: Consultoria, Desenvolvimento,
Suporte24x7 e Treinamento