Re: Logical Replication WIP

From: Petr Jelinek <petr(dot)jelinek(at)2ndquadrant(dot)com>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, Erik Rijkers <er(at)xs4all(dot)nl>, 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>
Subject: Re: Logical Replication WIP
Date: 2017-01-19 22:01:39
Message-ID: ca1fe420-f12b-37ba-cd4c-e6fb50c849ae@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

There were some conflicting changes committed today so I rebased the
patch on top of them.

Other than that nothing much has changed, I removed the separate sync
commit patch, included the rename patch in the patchset and fixed the
bug around pg_subscription catalog reported by Erik Rijkers.

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

Attachment Content-Type Size
0001-Add-PUBLICATION-catalogs-and-DDL-v19.patch.gz application/gzip 33.9 KB
0002-Add-SUBSCRIPTION-catalog-and-DDL-v19.patch.gz application/gzip 29.4 KB
0003-Define-logical-replication-protocol-and-output-plugi-v19.patch.gz application/gzip 12.6 KB
0004-Add-logical-replication-workers-v19.patch.gz application/gzip 44.9 KB
0005-Add-RENAME-support-for-PUBLICATIONs-and-SUBSCRIPTION-v19.patch.gz application/gzip 3.5 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2017-01-19 22:06:22 Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling)
Previous Message Tom Lane 2017-01-19 21:57:17 Re: [HACKERS] SEGFAULT in HEAD with replication