Re: [HACKERS] logical decoding of two-phase transactions

From: Nikhil Sontakke <nikhils(at)2ndquadrant(dot)com>
To: Craig Ringer <craig(at)2ndquadrant(dot)com>
Cc: Andres Freund <andres(at)anarazel(dot)de>, Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>, Simon Riggs <simon(at)2ndquadrant(dot)com>, Petr Jelinek <petr(dot)jelinek(at)2ndquadrant(dot)com>, Sokolov Yura <y(dot)sokolov(at)postgrespro(dot)ru>, Stas Kelvich <s(dot)kelvich(at)postgrespro(dot)ru>, Dmitry Dolgov <9erthalion6(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>, Robert Haas <robertmhaas(at)gmail(dot)com>
Subject: Re: [HACKERS] logical decoding of two-phase transactions
Date: 2018-03-05 16:37:01
Message-ID: CAMGcDxf9HHmDOti4-DSQTtGo48R4OMki+BktPn2uTOtGr4XomQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi Andres,

>
> I will re-submit with "git format-patch" soon.
>
PFA, patches in "format-patch" format.

This patch set also includes changes in the test_decoding plugin along
with an additional savepoint related test case that was pointed out on
this thread, upstream.

Regards,
Nikhils
--
Nikhil Sontakke http://www.2ndQuadrant.com/
PostgreSQL/Postgres-XL Development, 24x7 Support, Training & Services

Attachment Content-Type Size
0006-Teach-test_decoding-plugin-to-work-with-2PC.patch application/octet-stream 21.4 KB
0005-pgoutput-output-plugin-support-for-logical-decoding-.patch application/octet-stream 24.6 KB
0004-Teach-ReorderBuffer-to-deal-with-2PC.patch application/octet-stream 30.9 KB
0003-Add-support-for-logging-GID-in-commit-abort-WAL-reco.patch application/octet-stream 18.4 KB
0002-Introduce-LogicalLockTransaction-LogicalUnlockTransa.patch application/octet-stream 18.7 KB
0001-Cleaning-up-and-addition-of-new-flags-in-ReorderBuff.patch application/octet-stream 8.1 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ants Aasma 2018-03-05 16:48:11 Re: All Taxi Services need Index Clustered Heap Append
Previous Message Maksim Milyutin 2018-03-05 16:24:48 Re: [HACKERS] PoC: custom signal handler for extensions