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

From Andrew Dunstan
Subject Re: pgsql: Introduce replication progress tracking infrastructure.
Date
Msg-id 554135B6.9060304@dunslane.net
Whole thread Raw
In response to pgsql: Introduce replication progress tracking infrastructure.  (Andres Freund <andres@anarazel.de>)
Responses Re: pgsql: Introduce replication progress tracking infrastructure.  (Andres Freund <andres@anarazel.de>)
List pgsql-committers
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.

cheers

andrew


pgsql-committers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: Re: pgsql: to_char(): have format 'OF' only show the leading negative sign
Next
From: Robert Haas
Date:
Subject: pgsql: Remove enum-related special cases for catalog scans.