Re: pgsql: Prevent instability in contrib/pageinspect's regression test.
Andres Freund <andres@anarazel.de>
From: Andres Freund <andres@anarazel.de>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Robert Haas <robertmhaas@gmail.com>, pgsql-hackers@lists.postgresql.org
Date: 2022-11-21T20:18:18Z
Lists: pgsql-hackers
Hi, On 2022-11-21 15:12:15 -0500, Tom Lane wrote: > If I were trying to find a better fix I'd be looking for ways for > parallel workers to be able to read the parent's temp tables. > (Perhaps that could tie in with the blue-sky discussion we had > the other day about allowing autovacuum on temp tables??) That'd be a nontrivial change, because we explicitly don't use any locking for anything relating to localbuf.c. One possible benefit could be that we could substantially reduce the code duplication between "normal" bufmgr.c and localbuf.c. Greetings, Andres Freund
Commits
-
Mark pageinspect's disk-accessing functions as parallel restricted.
- b8988cf1d0a7 15.2 landed
- aeaaf520f409 16.0 landed
-
Prevent instability in contrib/pageinspect's regression test.
- e2933a6e1179 16.0 cited
-
Set cutoff xmin more aggressively when vacuuming a temporary table.
- a7212be8b9e0 14.0 cited