Re: pgsql: Introduce replication progress tracking infrastructure.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Andres Freund <andres(at)anarazel(dot)de>, pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Introduce replication progress tracking infrastructure.
Date: 2015-04-29 19:49:10
Message-ID: 554135B6.9060304@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2015-04-29 19:49:59 pgsql: Remove enum-related special cases for catalog scans.
Previous Message Andrew Dunstan 2015-04-29 18:30:26 Re: [COMMITTERS] pgsql: Add transforms feature