RE: Parallel Apply
Hayato Kuroda (Fujitsu) <kuroda.hayato@fujitsu.com>
From: "Hayato Kuroda (Fujitsu)" <kuroda.hayato@fujitsu.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Cc: Tomas Vondra <tomas@vondra.me>, Amit Kapila <amit.kapila16@gmail.com>, 'Dilip Kumar' <dilipbalaut@gmail.com>, 'Andrei Lepikhov' <lepihov@gmail.com>, "Zhijie Hou (Fujitsu)" <houzj.fnst@fujitsu.com>, 'wenhui qiu' <qiuwenhuifx@gmail.com>
Date: 2026-03-05T01:35:57Z
Lists: pgsql-hackers
Attachments
- v9-0001-Introduce-new-type-of-logical-replication-message.patch (application/octet-stream) patch v9-0001
- v9-0002-Introduce-a-shared-hash-table-to-store-paralleliz.patch (application/octet-stream) patch v9-0002
- v9-0003-Introduce-a-local-hash-table-to-store-replica-ide.patch (application/octet-stream) patch v9-0003
- v9-0004-Parallel-apply-non-streaming-transactions.patch (application/octet-stream) patch v9-0004
- v9-0005-support-2PC.patch (application/octet-stream) patch v9-0005
- v9-0006-Track-dependencies-for-streamed-transactions.patch (application/octet-stream) patch v9-0006
- v9-0007-Wait-applying-transaction-if-one-of-user-defined-.patch (application/octet-stream) patch v9-0007
- v9-0008-Support-dependency-tracking-via-local-unique-inde.patch (application/octet-stream) patch v9-0008
- v9-0009-Support-dependency-tracking-via-foreign-keys.patch (application/octet-stream) patch v9-0009
Dear Hackers, I found the patch needs to be rebased; here is an updated version. Also, I added fallthrough macro to suppress warnings with -Wimplicit-fallthrough=5. Best regards, Hayato Kuroda FUJITSU LIMITED