Re: pgsql: Logical replication support for initial data copy

From: Petr Jelinek <petr(dot)jelinek(at)2ndquadrant(dot)com>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Logical replication support for initial data copy
Date: 2017-03-23 14:12:13
Message-ID: d033b1da-9bb6-c39c-5a80-c88ebe6b10a8@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

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.

--
Petr Jelinek http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

Attachment Content-Type Size
logical-replication-copy-patch-fixes.patch text/x-patch 1.5 KB

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Stephen Frost 2017-03-23 14:17:35 Re: pgsql: Logical replication support for initial data copy
Previous Message Simon Riggs 2017-03-23 14:07:44 pgsql: Replication lag tracking for walsenders

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephen Frost 2017-03-23 14:17:35 Re: pgsql: Logical replication support for initial data copy
Previous Message Simon Riggs 2017-03-23 14:07:44 pgsql: Replication lag tracking for walsenders