Re: Postmaster self-deadlock due to PLT linkage resolution
Andres Freund <andres@anarazel.de>
From: Andres Freund <andres@anarazel.de>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2022-08-30T18:46:32Z
Lists: pgsql-hackers
Hi, On 2022-08-30 14:32:26 -0400, Tom Lane wrote: > Andres Freund <andres@anarazel.de> writes: > > On 2022-08-30 14:07:41 -0400, Tom Lane wrote: > >> Do we want to install this just for NetBSD, or more widely? > >> I think we'd better back-patch it for NetBSD, so I'm inclined > >> to be conservative about the change. > > > It's likely a good idea to enable it everywhere applicable, but I agree that > > we shouldn't unnecessarily do so in the backbranches. So I'd be inclined to > > add it to the netbsd template for the backbranches. > > > For HEAD I can see putting it into all the applicable templates, adding an > > AC_LINK_IFELSE() test, or just putting it into the meson stuff. > > For the moment I'll stick it into the netbsd template. Cool. > I'm not on board with having the meson stuff generating different > executables than the Makefiles do, so if someone wants to propose applying > this widely, they'll need to fix both. Seems like that is a good thing to > consider after the meson patches land. We don't need unnecessary churn in > that area before that. Yea, I didn't like that idea either, hence listing it last... Greetings, Andres Freund
Commits
-
Use WaitEventSet API for postmaster's event loop.
- 7389aad63666 16.0 cited
-
On NetBSD, force dynamic symbol resolution at postmaster start.
- 5bed28e699ec 10.23 landed
- 6fd58ca7703a 11.18 landed
- 68bfe36c5173 12.13 landed
- a94b019d44e5 13.9 landed
- 464db46760d2 14.6 landed
- 529d8f3736a1 15.0 landed
- 8acd8f8690ed 16.0 landed