Re: Logical Replication WIP

From: Petr Jelinek <petr(dot)jelinek(at)2ndquadrant(dot)com>
To: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
Cc: Andres Freund <andres(at)anarazel(dot)de>, Erik Rijkers <er(at)xs4all(dot)nl>, Steve Singer <steve(at)ssinger(dot)info>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
Subject: Re: Logical Replication WIP
Date: 2017-02-22 11:24:48
Message-ID: c1123ef3-9ece-4154-a325-9492ea01ddec@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

I updated these patches for current HEAD and removed the string
initialization in walsender as Fuji Masao committed similar fix in meantime.

I also found typo/thinko in the first patch which is now fixed.

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

Attachment Content-Type Size
0001-Use-asynchronous-connect-API-in-libpqwalreceiver.patch text/x-patch 4.0 KB
0002-Fix-after-trigger-execution-in-logical-replication.patch text/x-patch 6.0 KB
0003-Add-RENAME-support-for-PUBLICATIONs-and-SUBSCRIPTION.patch text/x-patch 9.1 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jim Mlodgenski 2017-02-22 11:31:56 Re: mat views stats
Previous Message Rushabh Lathia 2017-02-22 10:57:55 Re: Push down more UPDATEs/DELETEs in postgres_fdw