Add some basic regression tests for pg_freespacemap
authorMichael Paquier <michael@paquier.xyz>
Thu, 24 Mar 2022 00:36:30 +0000 (09:36 +0900)
committerMichael Paquier <michael@paquier.xyz>
Thu, 24 Mar 2022 00:36:30 +0000 (09:36 +0900)
commita1bc4d3590b1f620485c3ec5290dc628e62476f8
tree8d39057d7c8783f96d04620a8050d4e4d03dbfde
parent3ac7d024122f26d828907f15d088dcd67d2eb4f1
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
contrib/pg_freespacemap/.gitignore [new file with mode: 0644]
contrib/pg_freespacemap/Makefile
contrib/pg_freespacemap/expected/pg_freespacemap.out [new file with mode: 0644]
contrib/pg_freespacemap/sql/pg_freespacemap.sql [new file with mode: 0644]