Re: [HACKERS] pg_basebackup skips pg_replslot directory

2014-02-17 Thread Andres Freund
On 2014-02-18 02:16:19 +0900, Sawada Masahiko wrote: > On Tue, Feb 18, 2014 at 2:07 AM, Andres Freund wrote: > > Hi, > > > > On 2014-02-18 02:01:58 +0900, Sawada Masahiko wrote: > >> I found strange behavior of PostgreSQL of HEAD while using pg_basebackup. > >> pg_basebackup skips pg_replslot dire

Re: [HACKERS] pg_basebackup skips pg_replslot directory

2014-02-17 Thread Sawada Masahiko
On Tue, Feb 18, 2014 at 2:07 AM, Andres Freund wrote: > Hi, > > On 2014-02-18 02:01:58 +0900, Sawada Masahiko wrote: >> I found strange behavior of PostgreSQL of HEAD while using pg_basebackup. >> pg_basebackup skips pg_replslot directory since >> 858ec11858a914d4c380971985709b6d6b7dd6fc commit. >

[HACKERS] pg_basebackup skips pg_replslot directory

2014-02-17 Thread Sawada Masahiko
Hi all, I found strange behavior of PostgreSQL of HEAD while using pg_basebackup. pg_basebackup skips pg_replslot directory since 858ec11858a914d4c380971985709b6d6b7dd6fc commit. But pg_repslot direcotry is needed to start replication. So the standby server which is created by pg_baseback can not

Re: [HACKERS] pg_basebackup skips pg_replslot directory

2014-02-17 Thread Andres Freund
Hi, On 2014-02-18 02:01:58 +0900, Sawada Masahiko wrote: > I found strange behavior of PostgreSQL of HEAD while using pg_basebackup. > pg_basebackup skips pg_replslot directory since > 858ec11858a914d4c380971985709b6d6b7dd6fc commit. > > But pg_repslot direcotry is needed to start replication. So