Re: pgsql: Logical replication support for initial data copy

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: Petr Jelinek <petr(dot)jelinek(at)2ndquadrant(dot)com>, pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Logical replication support for initial data copy
Date: 2017-03-23 15:46:03
Message-ID: da6cf792-4407-ae98-2aad-ee00e3f3e7a2@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

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

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2017-03-23 15:55:57 Re: [COMMITTERS] pgsql: Add missing support for new node fields
Previous Message Peter Eisentraut 2017-03-23 15:45:33 pgsql: Assorted compilation and test fixes

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2017-03-23 15:55:57 Re: [COMMITTERS] pgsql: Add missing support for new node fields
Previous Message Simon Riggs 2017-03-23 15:31:16 Re: minor spelling error fix (btis -> bits)