Re: Add pg_freespacemap extension sql test
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Fabrízio de Royes Mello <fabriziomello@gmail.com>
Cc: Dong Wook Lee <sh95119@gmail.com>, Pgsql Hackers <pgsql-hackers@postgresql.org>
Date: 2022-03-24T00:40:23Z
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 Wed, Mar 23, 2022 at 10:45:19AM -0300, Fabrízio de Royes Mello wrote: > On Wed, Mar 23, 2022 at 3:05 AM Michael Paquier <michael@paquier.xyz> wrote: >> Another thing that itched me is that we >> could also test more with indexes, particularly with btree, BRIN and >> hash (the latter should not have a FSM with 10 pages as per the first >> group batch, and each one has a stable an initial state). > > What about GIN/GIST indexes? Yes, we could extend that more. For now, I am curious to see what the buildfarm has to say with the current contents of the patch, and I can keep an eye on the buildfarm today, so I have applied it. -- Michael