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

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

Please find attached the latest patch set v47

Differences from v46

* Rebased to HEAD

* New patch v47-0004 incorporates a change to command
CREATE_REPLICATION_SLOT to now have an option to specify if two-phase
is to be enabled.
This patch enables two-phase by default while creating logical
replication slots.

* patch v47-0006 (prev. v46-0005) modified to enable two-phase only
when the subscription is created using that option.

regards,
Ajin Cherian
Fujitsu Australia

Attachment Content-Type Size
v47-0001-Refactor-spool-file-logic-in-worker.c.patch application/octet-stream 3.6 KB
v47-0002-Track-replication-origin-progress-for-rollbacks.patch application/octet-stream 3.9 KB
v47-0004-Add-two_phase-option-to-CREATE-REPLICATION-SLOT.patch application/octet-stream 7.1 KB
v47-0003-Add-support-for-apply-at-prepare-time-to-built-i.patch application/octet-stream 33.5 KB
v47-0005-Support-2PC-txn-subscriber-tests.patch application/octet-stream 60.4 KB
v47-0007-Tablesync-early-exit.patch application/octet-stream 1.2 KB
v47-0006-Support-2PC-txn-Subscription-option.patch application/octet-stream 35.5 KB
v47-0008-Fix-apply-worker-empty-prepare.patch application/octet-stream 31.0 KB
v47-0009-Fix-apply-worker-empty-prepare-dev-logs.patch application/octet-stream 12.9 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Masahiro Ikeda 2021-03-03 11:27:29 Re: About to add WAL write/fsync statistics to pg_stat_wal view
Previous Message Amul Sul 2021-03-03 11:20:19 Re: [Patch] ALTER SYSTEM READ ONLY