postgresql/contrib/pg_freespacemap
Michael Paquier a1bc4d3590 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
2022-03-24 09:36:30 +09:00
..
expected Add some basic regression tests for pg_freespacemap 2022-03-24 09:36:30 +09:00
sql Add some basic regression tests for pg_freespacemap 2022-03-24 09:36:30 +09:00
.gitignore Add some basic regression tests for pg_freespacemap 2022-03-24 09:36:30 +09:00
Makefile Add some basic regression tests for pg_freespacemap 2022-03-24 09:36:30 +09:00
pg_freespacemap--1.0--1.1.sql Update pg_freespacemap extension for parallel query. 2016-06-09 17:18:16 -04:00
pg_freespacemap--1.1--1.2.sql Default monitoring roles 2017-03-30 14:18:53 -04:00
pg_freespacemap--1.1.sql Update pg_freespacemap extension for parallel query. 2016-06-09 17:18:16 -04:00
pg_freespacemap.c Replace heapam.h includes with {table, relation}.h where applicable. 2019-01-21 10:51:37 -08:00
pg_freespacemap.control Default monitoring roles 2017-03-30 14:18:53 -04:00