Re: pg_ctl failover Re: Latches, signals, and waiting - Mailing list pgsql-hackers

From Tatsuo Ishii
Subject Re: pg_ctl failover Re: Latches, signals, and waiting
Date
Msg-id 20110128.174013.1108826596365719190.t-ishii@sraoss.co.jp
Whole thread Raw
In response to Re: pg_ctl failover Re: Latches, signals, and waiting  (Fujii Masao <masao.fujii@gmail.com>)
Responses Re: pg_ctl failover Re: Latches, signals, and waiting  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
> On Fri, Jan 28, 2011 at 4:57 PM, Magnus Hagander <magnus@hagander.net> wrote:
>> On Fri, Jan 28, 2011 at 08:44, Tatsuo Ishii <ishii@postgresql.org> wrote:
>>>>> I did s/failover/promote. Here is the updated patch.
>>>>
>>>> I rebased the patch to current git master.
>>>
>>> I'm thinking about implementing a function which does a promotion for
>>> the standby. It will make pgpool lot easier to control the promotion
>>> since it allow to fire the promotion operation (either creating a
>>> trigger file or sending a signal) via SQL, not ssh etc.
>>
>> I agree that having this available via SQL would be useful in a number
>> of cases. pgpool or such being one, but also for example pgadmin.
> 
> Agreed. I submitted the patch before, but I forgot to update it
> and add it to CF.
> http://archives.postgresql.org/message-id/AANLkTimuHbxbuM+zLkaEX3aDqSeiMUE3xb4ww1QtsLmf@mail.gmail.com

Great!
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese: http://www.sraoss.co.jp


pgsql-hackers by date:

Previous
From: Fujii Masao
Date:
Subject: Re: pg_ctl failover Re: Latches, signals, and waiting
Next
From: Dimitri Fontaine
Date:
Subject: Re: Extensions support for pg_dump, patch v27