postgresql/contrib/pageinspect/expected
Amit Kapila 7db0cde6b5 Revert "Avoid the creation of the free space map for small heap relations".
This feature was using a process local map to track the first few blocks
in the relation.  The map was reset each time we get the block with enough
freespace.  It was discussed that it would be better to track this map on
a per-relation basis in relcache and then invalidate the same whenever
vacuum frees up some space in the page or when FSM is created.  The new
design would be better both in terms of API design and performance.

List of commits reverted, in reverse chronological order:

06c8a5090e  Improve code comments in b0eaa4c51b.
13e8643bfc  During pg_upgrade, conditionally skip transfer of FSMs.
6f918159a9  Add more tests for FSM.
9c32e4c350  Clear the local map when not used.
29d108cdec  Update the documentation for FSM behavior..
08ecdfe7e5  Make FSM test portable.
b0eaa4c51b  Avoid creation of the free space map for small heap relations.

Discussion: https://postgr.es/m/20190416180452.3pm6uegx54iitbt5@alap3.anarazel.de
2019-05-07 09:30:24 +05:30
..
brin.out pageinspect: Add tests 2016-11-01 14:02:16 -04:00
btree.out Make heap TID a tiebreaker nbtree index column. 2019-03-20 10:04:01 -07:00
gin.out Fix gin_leafpage_items(). 2016-11-04 12:11:54 -04:00
hash.out hash: Increase the number of possible overflow bitmaps by 8x. 2017-08-04 16:30:32 -04:00
page.out Revert "Avoid the creation of the free space map for small heap relations". 2019-05-07 09:30:24 +05:30