Re: Function to promote standby servers

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Function to promote standby servers
Дата
Msg-id 20181020044856.GE2553@paquier.xyz
обсуждение исходный текст
Ответ на Re: Function to promote standby servers  (Laurenz Albe <laurenz.albe@cybertec.at>)
Ответы Re: Function to promote standby servers
Список pgsql-hackers
On Sat, Oct 20, 2018 at 06:24:28AM +0200, Laurenz Albe wrote:
> Here is another version, with a fix in pg_proc.dat, an improved comment
> and "wait_seconds" exercised in the regression test.

Thanks for the new version.  This looks pretty good to me.  I'll see if
I can review it once and then commit.

> -    WAIT_EVENT_SYNC_REP
> +    WAIT_EVENT_SYNC_REP,
> +    WAIT_EVENT_PROMOTE
>  } WaitEventIPC;

Those are kept in alphabetical order.  Individual wait events are also
documented with a description.
--
Michael

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: pgsql: Add TAP tests for pg_verify_checksums
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: Making all nbtree entries unique by having heap TIDs participatein comparisons