Re: Logical Replication WIP

From: Petr Jelinek <petr(dot)jelinek(at)2ndquadrant(dot)com>
To: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>, Petr Jelinek <petr(at)2ndquadrant(dot)com>
Cc: Erik Rijkers <er(at)xs4all(dot)nl>, Andres Freund <andres(at)anarazel(dot)de>, Steve Singer <steve(at)ssinger(dot)info>, Craig Ringer <craig(at)2ndquadrant(dot)com>, Simon Riggs <simon(at)2ndquadrant(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, pgsql-hackers-owner(at)postgresql(dot)org
Subject: Re: Logical Replication WIP
Date: 2016-12-02 18:35:37
Message-ID: 9b8db703-e656-3b97-85c7-26e1866ded77@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

this is rebased version after one of the patches was committed and there
were some renaming.

I also did some small fixes around pg_dump and changes syntax slightly
to what PeterE suggested in the beginning of the thread since I like it
more as it looks more like English (PUBLISH_INSERT => PUBLISH INSERT,
SLOT_NAME => SLOT NAME, etc).

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

Attachment Content-Type Size
0001-Add-support-for-TEMPORARY-replication-slots-v10.patch.gz application/gzip 7.6 KB
0002-Add-PUBLICATION-catalogs-and-DDL-v10.patch.gz application/gzip 29.4 KB
0003-Add-SUBSCRIPTION-catalog-and-DDL-v10.patch.gz application/gzip 26.8 KB
0004-Define-logical-replication-protocol-and-output-plugi-v10.patch.gz application/gzip 12.7 KB
0005-Add-logical-replication-workers-v10.patch.gz application/gzip 41.6 KB
0006-Add-separate-synchronous-commit-control-for-logical--v10.patch.gz application/gzip 1.7 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Petr Jelinek 2016-12-02 18:40:19 Re: Logical Replication WIP
Previous Message Robert Haas 2016-12-02 18:21:17 Re: Dynamic shared memory areas