Re: pgsql: Introduce replication progress tracking infrastructure. - Mailing list pgsql-committers

From Andres Freund
Subject Re: pgsql: Introduce replication progress tracking infrastructure.
Date
Msg-id 20150429222634.GI14535@awork2.anarazel.de
Whole thread Raw
In response to Re: pgsql: Introduce replication progress tracking infrastructure.  (Andrew Dunstan <andrew@dunslane.net>)
List 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 by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Correct replication origin's use of UINT16_MAX to PG_UINT16_MAX.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Fix parallel make risk with new check temp-install setup