Add some basic regression tests for pg_freespacemap
Michael Paquier <michael@paquier.xyz>
Add some basic regression tests for pg_freespacemap The number of relation pages is tricky to get right in a portable way, particularly across 32b and 64b builds, but checking after the existence of the FSM and if there is any space available space should be stable enough with a minimal number of tuples involved. This commit introduces checks on a table with some btree, BRIN and hash indexes, as a first attempt. Author: Dong Wook Lee, Fabrízio de Royes Mello, Michael Paquier Discussion: https://postgr.es/m/CAAcByaJ5KW3bd7fJr=jPEyK8M_UzXJFHHBVuOcBe+JHD8txRyQ@mail.gmail.com
Files
| Path | Change | +/− |
|---|---|---|
| contrib/pg_freespacemap/expected/pg_freespacemap.out | added | +85 −0 |
| contrib/pg_freespacemap/.gitignore | added | +4 −0 |
| contrib/pg_freespacemap/Makefile | modified | +2 −0 |
| contrib/pg_freespacemap/sql/pg_freespacemap.sql | added | +32 −0 |
Discussion
- Add pg_freespacemap extension sql test 17 messages · 2022-03-08 → 2022-03-29