Re: Logical replication existing data copy

From: Erik Rijkers <er(at)xs4all(dot)nl>
To: Petr Jelinek <petr(dot)jelinek(at)2ndquadrant(dot)com>
Cc: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, pgsql-hackers-owner(at)postgresql(dot)org
Subject: Re: Logical replication existing data copy
Date: 2017-03-06 22:40:04
Message-ID: 30adb64f40762a867a4935e57f1c2bb6@xs4all.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2017-03-06 16:10, Erik Rijkers wrote:
> On 2017-03-06 11:27, Petr Jelinek wrote:
>> Hi,
>>
>> updated and rebased version of the patch attached.
>>
>
> I compiled with /only/ this one latest patch:
> 0001-Logical-replication-support-for-initial-data-copy-v6.patch
>
> Is that correct, or are other patches still needed on top, or
> underneath?
>

TWIMC, I'll answer my own question: the correct patchset seems to be
these six:

0001-Reserve-global-xmin-for-create-slot-snasphot-export.patch
0002-Don-t-use-on-disk-snapshots-for-snapshot-export-in-l.patch
0003-Prevent-snapshot-builder-xmin-from-going-backwards.patch
0004-Fix-xl_running_xacts-usage-in-snapshot-builder.patch
0005-Skip-unnecessary-snapshot-builds.patch
0001-Logical-replication-support-for-initial-data-copy-v6.patch

These compile, make check, and install fine. make check-world is also
without errors.

Logical replication tests are now running again (no errors yet); they'll
have to run for a few hours with varying parameters to gain some
confidence but it's looking good for the moment.

Erik Rijkers

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2017-03-06 22:42:00 Re: PATCH: two slab-like memory allocators
Previous Message Tomas Vondra 2017-03-06 22:32:30 Re: PATCH: two slab-like memory allocators