Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication

Melih Mutlu <m.melihmutlu@gmail.com>

From: Melih Mutlu <m.melihmutlu@gmail.com>
To: Peter Smith <smithpb2250@gmail.com>
Cc: Amit Kapila <amit.kapila16@gmail.com>, "Hayato Kuroda (Fujitsu)" <kuroda.hayato@fujitsu.com>, Melanie Plageman <melanieplageman@gmail.com>, "Wei Wang (Fujitsu)" <wangw.fnst@fujitsu.com>, "Yu Shi (Fujitsu)" <shiy.fnst@fujitsu.com>, pgsql-hackers <pgsql-hackers@postgresql.org>, shveta malik <shveta.malik@gmail.com>
Date: 2023-07-20T08:38:02Z
Lists: pgsql-hackers
Hi Peter,

Peter Smith <smithpb2250@gmail.com>, 20 Tem 2023 Per, 07:10 tarihinde şunu
yazdı:

> Hi, I had a look at the latest 00003 patch (v20-0003).
>
> Although this patch was recently modified, the updates are mostly only
> to make it compatible with the updated v20-0002 patch. Specifically,
> the v20-0003 updates did not yet address my review comments from
> v17-0003 [1].
>

Yes, I only addressed your reviews for 0001 and 0002, and rebased 0003 in
latest patches as stated here [1].

I'll update the patch soon according to recent reviews, including yours for
0003.


[1]
https://www.postgresql.org/message-id/CAGPVpCTvALKEXe0%3DN-%2BiMmVxVQ-%2BP8KZ_1qQ1KsSSZ-V9wJ5hw%40mail.gmail.com

Thanks for the reminder.
-- 
Melih Mutlu
Microsoft

Commits

  1. Refactor to split Apply and Tablesync Workers code.

  2. Fix possible logical replication crash.