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

From: Peter Smith <smithpb2250(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [HACKERS] logical decoding of two-phase transactions
Date: 2020-12-02 11:23:57
Message-ID: CAHut+PvzPjzDaDZytnY5+z=ZiNr0zS=9vPnQ8x6E0QJS=+_O0w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I have rebased the v28 patch set (made necessary due to recent commit [1])
[1] https://github.com/postgres/postgres/commit/0926e96c493443644ba8e96b5d96d013a9ffaf64

And at the same time I have added patch 0009 to this set - This is for
the new SUBSCRIPTION option "two_phase" (0009 is still WIP but
stable).

PSA new patch set with version bumped to v29.

---

Kind Regards,
Peter Smith.
Fujitsu Australia

Attachment Content-Type Size
v29-0002-Allow-decoding-at-prepare-time-in-ReorderBuffer.patch application/octet-stream 36.3 KB
v29-0006-Support-2PC-txn-pgoutput.patch application/octet-stream 23.5 KB
v29-0004-Support-2PC-txn-tests-for-concurrent-aborts.patch application/octet-stream 16.6 KB
v29-0005-Support-2PC-txn-spoolfile.patch application/octet-stream 3.4 KB
v29-0003-Support-2PC-txn-tests-for-test_decoding.patch application/octet-stream 28.1 KB
v29-0007-Support-2PC-txn-subscriber-tests.patch application/octet-stream 60.4 KB
v29-0008-Support-2PC-documentation.patch application/octet-stream 5.7 KB
v29-0009-Support-2PC-txn-WIP-Subscription-option.patch application/octet-stream 28.0 KB
v29-0001-Extend-the-output-plugin-API-to-allow-decoding-p.patch application/octet-stream 37.8 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2020-12-02 11:54:48 SELECT INTO deprecation
Previous Message Heikki Linnakangas 2020-12-02 11:13:38 Re: Corner-case bug in pg_rewind