Re: pgsql: Introduce replication progress tracking infrastructure.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: pgsql: Introduce replication progress tracking infrastructure.
Дата
Msg-id 20150429222634.GI14535@awork2.anarazel.de
обсуждение исходный текст
Ответ на Re: pgsql: Introduce replication progress tracking infrastructure.  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-committers
On 2015-04-29 15:49:10 -0400, Andrew Dunstan wrote:
>
> On 04/29/2015 01:37 PM, Andres Freund wrote:
> >Introduce replication progress tracking infrastructure.
> >
> >
>
>
> This appears to have broken some builds (see for example
<http://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=bowerbird&dt=2015-04-29%2019%3A31%3A06>)
> by using UINT16_MAX instead of PG_UINT16_MAX.

Thanks for the notice, fixed. I unfortunately attributed this to Andrew
Gierth in the commit message. I somehow managed to merge your contacts
in one on my mobile phone...

Greetings,

Andres Freund


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Correct replication origin's use of UINT16_MAX to PG_UINT16_MAX.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Fix parallel make risk with new check temp-install setup