Re: pgsql: Add function to log the memory contexts of specified backend pro - Mailing list pgsql-hackers

From Fujii Masao
Subject Re: pgsql: Add function to log the memory contexts of specified backend pro
Date
Msg-id 1e837d9f-d32d-4096-b408-fdea3db181cb@oss.nttdata.com
Whole thread Raw
In response to Re: pgsql: Add function to log the memory contexts of specified backend pro  (torikoshia <torikoshia@oss.nttdata.com>)
List pgsql-hackers

On 2025/05/02 14:58, torikoshia wrote:
> I confirmed that with this patch applied, the process no longer crashes even after applying the change Robert used to
triggerthe crash.
 
> 
> a small nitpick:
> 
> +                * requested  repeatedly and rapidly, potentially leading to infinite
> 
> It looks like there are two spaces between "requested" and "repeatedly".

Thanks for the review and testing! I've fixed the issue you pointed out.
Updated patch attached.

Since git cherry-pick didn't work cleanly for v16 and earlier,
I've also prepared a separate patch for those versions.

Regards,

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

Attachment

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: PG 18 release notes draft committed
Next
From: Sutou Kouhei
Date:
Subject: Re: Make COPY format extendable: Extract COPY TO format implementations