Add pg_freespacemap extension sql test
Dong Wook Lee <sh95119@gmail.com>
From: Dong Wook Lee <sh95119@gmail.com>
To: pgsql-hackers@postgresql.org
Date: 2022-03-08T14:39:08Z
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
Attachments
- 0001_add_link_fsm.patch (application/octet-stream) patch
Hi, I just added some tests for the pg_freespacemap extension because the test coverage was 0 percent. But I don't know if I did it correctly. --- Regards Lee Dong Wook