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-18 06:20:45 |
Message-ID: | CAHut+PudMC8Pr-eSmfmC3s4A73tEXr=KqbN7KNh1qy7TgWdZsg@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Please find attached the latest patch set v61*
Differences from v60* are:
* Rebased to HEAD @ today
* Addresses the following feedback issues:
----
Vignesh 12/Mar -
https://www.postgresql.org/message-id/CALDaNm1p%3DKYcDc1s_Q0Lk2P8UYU-z4acW066gaeLfXvW_O-kBA%40mail.gmail.com
(61) Skipped. twophase_given could be a local variable
----
Vignesh 16/Mar -
https://www.postgresql.org/message-id/CALDaNm0qTRapggmUY_kgwNd14cec0i8mS5_PnrMcs_Y-_TXrgA%40mail.gmail.com
(68) Fixed. Removed obsolete psf typedefs from typedefs.h.
(69) Done. Updated comment wording.
(70) Fixed. Removed references to psf in comments. Restored the Assert
how it was before
(71) Duplicate. See (73)
(72) Duplicate. See (86)
----
Amit 16/Mar - https://www.postgresql.org/message-id/CAA4eK1Kwah%2BMimFMR3jPY5cSqpGFVh5zfV2g4%3DgTphaPsacoLw%40mail.gmail.com
(73) Done. Removed comments referring to obsolete psf.
(76) Done. Removed whitespace changes unrelated to this patch set.
(77) Done. Updated comment of Alter Subscription ... REFRESH.
(84) Done. Removed the extra function AnyTablesyncsNotREADY.
(85) Done. Renamed the function UpdateTwoPhaseTriState.
(86) Fixed. Removed debugging code from the main patch.
(88) Done. Removed the unused table_states_all List.
(90) Fixed. Change the log message to say "two_phase" instead of "2PC".
----
Vignesh 16/Mar -
https://www.postgresql.org/message-id/CALDaNm11A5wL0E-GDtqWY00iFzgUPsPLfA%2BL0zi4SEokEVtoFQ%40mail.gmail.com
(92) Fixed. Replace cache failure Assert with ERROR
(93) Skipped. Suggested to remove the global variable for
table_states_not_ready.
----
Amit 17/Mar - https://www.postgresql.org/message-id/CAA4eK1LNLA20ci3_qqNQv7BYRTy3HqiAsOfuieqo6tJ2GeYuJw%40mail.gmail.com
(95) Done. Renamed the pg_subscription column. New state values d/p/e.
Updated PG docs.
(98) Done. Renamed the constant LOGICALREP_PROTO_2PC_VERSION_NUM.
(99) Fixed. Apply new (supplied) comments atop worker.c
----
Vignesh 17/Mar
(100) Fixed. Applied patch (supplied) to fix a multiple subscriber bug.
-----
Kind Regards,
Peter Smith.
Fujitsu Australia
Attachment | Content-Type | Size |
---|---|---|
v60-0001-Add-support-for-apply-at-prepare-time-to-built-i.patch | application/octet-stream | 104.0 KB |
v60-0002-Support-2PC-txn-subscriber-tests.patch | application/octet-stream | 24.4 KB |
v60-0003-Fix-apply-worker-dev-logs.patch | application/octet-stream | 4.1 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Masahiko Sawada | 2021-03-18 06:22:26 | Re: New IndexAM API controlling index vacuum strategies |
Previous Message | Craig Ringer | 2021-03-18 06:19:52 | Re: Detecting File Damage & Inconsistencies |