Re: Add pg_freespacemap extension sql test
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Fabrízio de Royes Mello <fabriziomello@gmail.com>, Dong Wook Lee <sh95119@gmail.com>, Pgsql Hackers <pgsql-hackers@postgresql.org>
Date: 2022-03-29T05:05:56Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Avoid instabilities with the regression tests of pg_freespacemap
- c14a9eeec479 15.0 landed
-
Add some basic regression tests for pg_freespacemap
- a1bc4d3590b1 15.0 landed
On Mon, Mar 28, 2022 at 12:12:48PM +0900, Michael Paquier wrote: > It seems to me here that the snapshot hold by autovacuum during the > scan of pg_database to find the relations to process is enough to > prevent the FSM truncation, as the tuples cleaned up by the DELETE > query still need to be visible. One simple way to keep this test > would be a custom configuration file with autovacuum disabled and > NO_INSTALLCHECK. Well, done this way. We already do that in other tests that rely on a FSM truncation to happen, like 008_fsm_truncation.pl. -- Michael