Re: [HACKERS] New trigger file in pg_standby to promote the standby to the primary

2008-11-27 Thread Fujii Masao
Hello, Simon. On Fri, Nov 28, 2008 at 4:29 AM, Simon Riggs <[EMAIL PROTECTED]> wrote: > > On Wed, 2008-11-26 at 00:03 +0900, Fujii Masao wrote: > >> In current pg_standby, the presence of the trigger file causes >> recovery to end whether or not the next WAL file is available. >> Thereby, some tra

Re: [HACKERS] New trigger file in pg_standby to promote the standby to the primary

2008-11-27 Thread Simon Riggs
On Wed, 2008-11-26 at 00:03 +0900, Fujii Masao wrote: > In current pg_standby, the presence of the trigger file causes > recovery to end whether or not the next WAL file is available. > Thereby, some transactions in the available WAL files will be > lost. So, we cannot use this trigger file to pr

[HACKERS] New trigger file in pg_standby to promote the standby to the primary

2008-11-25 Thread Fujii Masao
Hi, In current pg_standby, the presence of the trigger file causes recovery to end whether or not the next WAL file is available. Thereby, some transactions in the available WAL files will be lost. So, we cannot use this trigger file to promote the standby to the primary. I'd like to add new trig