Re: [COMMITTERS] pgsql: Logical replication support for initial datacopy - Mailing list pgsql-committers

From Peter Eisentraut
Subject Re: [COMMITTERS] pgsql: Logical replication support for initial datacopy
Date
Msg-id da6cf792-4407-ae98-2aad-ee00e3f3e7a2@2ndquadrant.com
Whole thread Raw
In response to Re: [COMMITTERS] pgsql: Logical replication support for initial datacopy  (Petr Jelinek <petr.jelinek@2ndquadrant.com>)
List pgsql-committers
On 3/23/17 10:12, Petr Jelinek wrote:
> On 23/03/17 14:47, Petr Jelinek wrote:
>> I am looking into buildfarm failures.
>>
>> Looks like the clang issue (mylodon, longfin) is because we are missing
>> extern in include/replication/worker_internal.h for ApplyCacheContext.
>>
>> Still analyzing the rest.
>>
> Ah missing fields in copy/equal function for AlterSubscriptionStmt.
>
> Attached patch adds the above mentioned extern and fixes the copy and
> equal functions.

Fixed.

--
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: Assorted compilation and test fixes
Next
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: Remove trailing comma from enum definition