Re: Questions about logicalrep_worker_launch() - Mailing list pgsql-hackers

From Fujii Masao
Subject Re: Questions about logicalrep_worker_launch()
Date
Msg-id 5fa5c829-8f11-48c8-a0ef-b97b7b093b08@oss.nttdata.com
Whole thread Raw
In response to Re: Questions about logicalrep_worker_launch()  (Masahiko Sawada <sawada.mshk@gmail.com>)
List pgsql-hackers

On 2025/04/26 3:03, Masahiko Sawada wrote:
> I agree with these changes.
> 
> I think that while the changes for (2) should be for v19, the changes
> for (1) might be treated as a bug fix?

Agreed. I've split the patch into two parts:

0001 is for (1) and is a bug fix that should be back-patched to v16,
where parallel apply workers were introduced. Since it didn't apply
cleanly to v16, I also created a separate patch specifically for v16.

0002 is for (2) and is intended for v19.

Regards,

-- 
Fujii Masao
Advanced Computing Technology Center
Research and Development Headquarters
NTT DATA CORPORATION

Attachment

pgsql-hackers by date:

Previous
From: "Zhijie Hou (Fujitsu)"
Date:
Subject: RE: Fix slot synchronization with two_phase decoding enabled
Next
From: Nazir Bilal Yavuz
Date:
Subject: Re: Add pg_buffercache_mark_dirty[_all] functions to the pg_buffercache