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

From: Ajin Cherian <itsajin(at)gmail(dot)com>
To: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
Cc: Peter Smith <smithpb2250(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [HACKERS] logical decoding of two-phase transactions
Date: 2020-11-16 07:25:06
Message-ID: CAFPTHDa751yh4gxe94t4xzh6ZjpXSwt0iX4gQo3Y8sH5zJ5PMg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Updated with a new test case
(contrib/test_decoding/t/002_twophase-streaming.pl) that tests
concurrent aborts during streaming prepare. Had to make a few changes
to the test_decoding stream_start callbacks to handle
"check-xid-aborted"
the same way it was handled in the non stream callbacks. Merged
Peter's v20-0006 as well.

regards,
Ajin Cherian
Fujitsu Australia

Attachment Content-Type Size
v20-0001-Support-2PC-txn-base.patch application/octet-stream 40.1 KB
v20-0004-Support-2PC-txn-spoolfile.patch application/octet-stream 3.9 KB
v20-0005-Support-2PC-txn-pgoutput.patch application/octet-stream 21.4 KB
v20-0003-Support-2PC-test-cases-for-test_decoding.patch application/octet-stream 37.5 KB
v20-0002-Support-2PC-txn-backend.patch application/octet-stream 30.2 KB
v20-0006-Support-2PC-txn-subscriber-tests.patch application/octet-stream 60.4 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Masahiro Ikeda 2020-11-16 07:33:05 Re: Add statistics to pg_stat_wal view for wal related parameter tuning
Previous Message Ian Lawrence Barwick 2020-11-16 07:23:42 Re: Tracking cluster upgrade and configuration history