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

From Heikki Linnakangas
Subject Re: Refactoring backend fork+exec code
Date
Msg-id bd1b4fc5-8a72-4b8e-99a0-78ce22d3fe13@iki.fi
Whole thread Raw
In response to Re: Refactoring backend fork+exec code  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
On 30/11/2023 22:26, Andres Freund wrote:
> Aside: Somewhat odd that InitAuxiliaryProcess() doesn't call
> InitLWLockAccess().

Yeah that caught my eye too.

It seems to have been an oversight in commit 1c6821be31f. Before that, 
in 9.4, the lwlock stats were printed for aux processes too, on shutdown.

Committed a fix for that to master.

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




pgsql-hackers by date:

Previous
From: "Tristan Partin"
Date:
Subject: Re: Bug in pgbench prepared statements
Next
From: Tom Lane
Date:
Subject: Re: should check collations when creating partitioned index