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

From Petr Jelinek
Subject Re: [COMMITTERS] pgsql: Logical replication support for initial datacopy
Date
Msg-id d033b1da-9bb6-c39c-5a80-c88ebe6b10a8@2ndquadrant.com
Whole thread Raw
In response to Re: [COMMITTERS] pgsql: Logical replication support for initial datacopy  (Petr Jelinek <petr.jelinek@2ndquadrant.com>)
Responses Re: [COMMITTERS] pgsql: Logical replication support for initial datacopy
Re: [COMMITTERS] pgsql: Logical replication support for initial datacopy
List pgsql-committers
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

pgsql-committers by date:

Previous
From: Simon Riggs
Date:
Subject: [COMMITTERS] pgsql: Replication lag tracking for walsenders
Next
From: Stephen Frost
Date:
Subject: Re: [COMMITTERS] pgsql: Logical replication support for initial datacopy