Re: [HACKERS] Synch Rep: direct transfer of WAL file from the primary to the standby

2009-07-02 Thread Fujii Masao
Hi, On Fri, Jul 3, 2009 at 2:01 PM, Robert Haas wrote: > My preference for ease of CommitFest management would be one thread on > -hackers for each chunk that can be separately reviewed and committed. >  So if there are three severable chunks here, send a patch for each > one with a descriptive su

Re: [HACKERS] Synch Rep: direct transfer of WAL file from the primary to the standby

2009-07-02 Thread Robert Haas
On Fri, Jul 3, 2009 at 12:32 AM, Fujii Masao wrote: > Hi, > > On Fri, Jul 3, 2009 at 11:02 AM, Robert Haas wrote: >> On Tue, Jun 16, 2009 at 2:13 AM, Fujii Masao wrote: >>> The attached latest patch provides this capability. You can easily set up >>> the >>> synch rep according to the following pr

Re: [HACKERS] Synch Rep: direct transfer of WAL file from the primary to the standby

2009-07-02 Thread Fujii Masao
Hi, On Fri, Jul 3, 2009 at 11:59 AM, Alvaro Herrera wrote: > WRT the signal handling piece, I remember something in that area being > committed and then reverted because it had issues.  Does this version > fix those issues?  (Assuming it's the same patch) Yes. After the patch was reverted, Heikki

Re: [HACKERS] Synch Rep: direct transfer of WAL file from the primary to the standby

2009-07-02 Thread Fujii Masao
Hi, On Fri, Jul 3, 2009 at 11:02 AM, Robert Haas wrote: > On Tue, Jun 16, 2009 at 2:13 AM, Fujii Masao wrote: >> The attached latest patch provides this capability. You can easily set up the >> synch rep according to the following procedure. >> http://wiki.postgresql.org/wiki/NTT%27s_Development_P

Re: [HACKERS] Synch Rep: direct transfer of WAL file from the primary to the standby

2009-07-02 Thread Alvaro Herrera
Robert Haas escribió: > Second, I am wondering whether Heikki feels that it would be useful to > assign round-robin reviewers for this patch, or whether he's going to > be the principal reviewer himself. We could assign either a reviewer > (or reviewers) to the whole patch, or we could assign rev

Re: [HACKERS] Synch Rep: direct transfer of WAL file from the primary to the standby

2009-07-02 Thread Robert Haas
On Thu, Jul 2, 2009 at 10:02 PM, Robert Haas wrote: > Second, I am wondering whether Heikki feels that it would be useful to > assign round-robin reviewers for this patch, or whether he's going to > be the principal reviewer himself.  We could assign either a reviewer > (or reviewers) to the whole

Re: [HACKERS] Synch Rep: direct transfer of WAL file from the primary to the standby

2009-07-02 Thread Robert Haas
On Tue, Jun 16, 2009 at 2:13 AM, Fujii Masao wrote: > The attached latest patch provides this capability. You can easily set up the > synch rep according to the following procedure. > http://wiki.postgresql.org/wiki/NTT%27s_Development_Projects#How_to_set_up_Synch_Rep This patch no longer applies