From: | Guillaume Smet <guillaume(dot)smet(at)gmail(dot)com> |
---|---|
To: | Fujii Masao <masao(dot)fujii(at)gmail(dot)com> |
Cc: | Simon Riggs <simon(at)2ndquadrant(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Peter Eisentraut <peter_e(at)gmx(dot)net>, Kevin Grittner <Kevin(dot)Grittner(at)wicourts(dot)gov>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: New trigger option of pg_standby |
Date: | 2009-04-07 21:56:04 |
Message-ID: | 1d4e0c10904071456m735e3f67q123b87243d2f6f2a@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Fri, Apr 3, 2009 at 5:42 AM, Fujii Masao <masao(dot)fujii(at)gmail(dot)com> wrote:
> Here is the patch;
> - Smart failover is chosen if the trigger file labeled "smart" or
> an empty one exists.
> - Fast failover is chosen if the trigger file labeled "fast" exists,
> the signal (SIGUSR1 or SIGINT) is received or the wait timeout
> happens.
After some further thoughts, +1 for this approach too.
I think you imply 'containing "smart"' not 'labeled "smart"'.
"Labeled" is confusing IMHO.
+1 to change the default behaviour too. All the people discovering the
current behaviour are totally surprised.
--
Guillaume
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2009-04-07 21:57:20 | Re: a few crazy ideas about hash joins |
Previous Message | Robert Haas | 2009-04-07 21:52:12 | Re: a few crazy ideas about hash joins |