From: | Richard Guo <guofenglinux(at)gmail(dot)com> |
---|---|
To: | Heikki Linnakangas <hlinnaka(at)iki(dot)fi> |
Cc: | Robert Haas <robertmhaas(at)gmail(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, reid(dot)thompson(at)crunchydata(dot)com, Tristan Partin <tristan(at)neon(dot)tech>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, Thomas Munro <thomas(dot)munro(at)gmail(dot)com> |
Subject: | Re: Refactoring backend fork+exec code |
Date: | 2024-03-05 09:44:37 |
Message-ID: | CAMbWs4-jR6qc7JRMKwz-zXQy_AYLUZ3PHjGep4B91of321cqWw@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Mon, Mar 4, 2024 at 1:40 AM Heikki Linnakangas <hlinnaka(at)iki(dot)fi> wrote:
> On 22/02/2024 02:37, Heikki Linnakangas wrote:
> > Here's another patch version that does that. Yeah, I agree it's nicer in
> > the end.
> >
> > I'm pretty happy with this now. I'll read through these patches myself
> > again after sleeping over it and try to get this committed by the end of
> > the week, but another pair of eyes wouldn't hurt.
>
> And pushed. Thanks for the reviews!
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().
Thanks
Richard
From | Date | Subject | |
---|---|---|---|
Next Message | Teodor Sigaev | 2024-03-05 09:51:37 | Re: type cache cleanup improvements |
Previous Message | John Naylor | 2024-03-05 09:41:30 | Re: [PoC] Improve dead tuple storage for lazy vacuum |