RE: Perform streaming logical transactions by background workers and parallel apply

From: "houzj(dot)fnst(at)fujitsu(dot)com" <houzj(dot)fnst(at)fujitsu(dot)com>
To: Peter Smith <smithpb2250(at)gmail(dot)com>
Cc: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>, Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>, "wangw(dot)fnst(at)fujitsu(dot)com" <wangw(dot)fnst(at)fujitsu(dot)com>, Dilip Kumar <dilipbalaut(at)gmail(dot)com>, "shiy(dot)fnst(at)fujitsu(dot)com" <shiy(dot)fnst(at)fujitsu(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: RE: Perform streaming logical transactions by background workers and parallel apply
Date: 2022-12-21 05:32:38
Message-ID: OS0PR01MB5716C1C1D8244BA86311193894EB9@OS0PR01MB5716.jpnprd01.prod.outlook.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Dec 21, 2022 9:07 AM Peter Smith <smithpb2250(at)gmail(dot)com> wrote:
> FYI - applying v63-0001 using the latest master does not work.
>
> git apply ../patches_misc/v63-0001-Perform-streaming-logical-transactions-by-
> parall.patch
> error: patch failed: src/backend/replication/logical/meson.build:1
> error: src/backend/replication/logical/meson.build: patch does not apply
>
> Looks like a recent commit [1] to add copyrights broke the patch

Thanks for your reminder.
Rebased the patch set.

Attach the new patch set which also includes some
cosmetic comment changes.

Best regards,
Hou zj

Attachment Content-Type Size
v64-0007-Add-a-main_worker_pid-to-pg_stat_subscription.patch application/octet-stream 8.7 KB
v64-0001-Perform-streaming-logical-transactions-by-parall.patch application/octet-stream 214.3 KB
v64-0002-Test-streaming-parallel-option-in-tap-test.patch application/octet-stream 80.1 KB
v64-0003-Allow-streaming-every-change-without-waiting-til.patch application/octet-stream 9.4 KB
v64-0004-Add-GUC-stream_serialize_threshold-and-test-seri.patch application/octet-stream 12.5 KB
v64-0005-Stop-extra-worker-if-GUC-was-changed.patch application/octet-stream 4.6 KB
v64-0006-Retry-to-apply-streaming-xact-only-in-apply-work.patch application/octet-stream 22.6 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Corey Huinker 2022-12-21 05:34:07 Re: Add SHELL_EXIT_CODE to psql
Previous Message Peter Geoghegan 2022-12-21 05:26:21 Re: New strategies for freezing, advancing relfrozenxid early