Re: Refactoring backend fork+exec code - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: Refactoring backend fork+exec code
Date
Msg-id 37ee2be8-1c1c-4d5f-aed3-48335493a61e@iki.fi
Whole thread Raw
In response to Re: Refactoring backend fork+exec code  (Richard Guo <guofenglinux@gmail.com>)
List pgsql-hackers
On 05/03/2024 11:44, Richard Guo wrote:
> I noticed that there are still three places in backend_status.c where
> pgstat_get_beentry_by_backend_id() is referenced.  I think we should
> replace them with pgstat_get_beentry_by_proc_number().

Fixed, thanks!

-- 
Heikki Linnakangas
Neon (https://neon.tech)




pgsql-hackers by date:

Previous
From: "Amonson, Paul D"
Date:
Subject: RE: Popcount optimization using AVX512
Next
From: Stephen Frost
Date:
Subject: Re: [PATCH] updates to docs about HOT updates for BRIN