Re: pgsql: Introduce replication slots. - Mailing list pgsql-committers

From Andres Freund
Subject Re: pgsql: Introduce replication slots.
Date
Msg-id 20140206102932.GL28649@alap3.anarazel.de
Whole thread Raw
In response to Re: pgsql: Introduce replication slots.  (Fujii Masao <masao.fujii@gmail.com>)
Responses Re: pgsql: Introduce replication slots.  (Thom Brown <thom@linux.com>)
List pgsql-committers
Hi Fujii,

On 2014-02-01 16:47:47 +0900, Fujii Masao wrote:
> This patch changed basebackup.c so that it skips pg_replslot. It's OK
> to skip all files in that directory, but an empty pg_replslot must be
> included in the backup. Otherwise we cannot start PostgreSQL from
> the backup taken via pg_basebackup. Attached patch fixes this problem.

Do you plan to commit this patch? It's clearly an improvement over the
current situation...

Greetings,

Andres Freund

--
 Andres Freund                       http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services


pgsql-committers by date:

Previous
From: Thom Brown
Date:
Subject: Re: pgsql: Introduce replication slots.
Next
From: Tom Lane
Date:
Subject: pgsql: Assert(IsTransactionState()) in RelationIdGetRelation().