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: 2021-03-09 05:15:59
Message-ID: CAHut+PtUoXf6L6o6Hy2xV=QoQ-LpbjfT556c19yj1E=U9_o_tA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Please find attached the latest patch set v54*

Differences from v53* are:

* Rebased to HEAD @ today

* Addresses some recent feedback issues for patch 0001

Feedback from Amit @ 7/March [ak]
- (36) Fixed. Comment about the psf replay.
- (37) Fixed. prepare_spoolfile_create, check file already exists (on
disk) instead of just checking HTAB.
- (38) Fixed. Added comment about potential overwrite of existing file.

Feedback from Vignesh @ 8/March [vc]
- (45) Fixed. Changed some comment to be single-line comments (e.g. if
they only apply to a single following stmt)
- (46) Fixed. prepare_spoolfile_create, refactored slightly to make
more use of common code in if/else
- (47) Skipped. This was feedback suggesting using ints instead of
character values for message type enum.

-----
[ak] https://www.postgresql.org/message-id/CAA4eK1%2BdO07RrQwfHAK5jDP9qiXik4-MVzy%2BcoEG09shWTJFGg%40mail.gmail.com
[vc] https://www.postgresql.org/message-id/CALDaNm29gOsCUtNkvHgqbbD1kbM8m67h4AqfmUWG1oTnfuPFxA%40mail.gmail.com

Kind Regards,
Peter Smith.
Fujitsu Australia

Attachment Content-Type Size
v54-0001-Add-support-for-apply-at-prepare-time-to-built-i.patch application/octet-stream 61.7 KB
v54-0002-Support-2PC-txn-subscriber-tests.patch application/octet-stream 24.3 KB
v54-0004-Fix-apply-worker-empty-prepare-dev-logs.patch application/octet-stream 13.6 KB
v54-0003-Support-2PC-txn-Subscription-option.patch application/octet-stream 36.4 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2021-03-09 05:21:54 Re: New IndexAM API controlling index vacuum strategies
Previous Message Amit Kapila 2021-03-09 04:44:16 Re: [HACKERS] logical decoding of two-phase transactions