Re: pgsql: Introduce replication progress tracking infrastructure.

From: Andres Freund <andres(at)anarazel(dot)de>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Introduce replication progress tracking infrastructure.
Date: 2015-04-29 22:26:34
Message-ID: 20150429222634.GI14535@awork2.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2015-04-30 00:54:47 pgsql: Fix parallel make risk with new check temp-install setup
Previous Message Andres Freund 2015-04-29 22:22:59 pgsql: Correct replication origin's use of UINT16_MAX to PG_UINT16_MAX.