Revert "Avoid creation of the free space map for small heap relations."
Amit Kapila <akapila@postgresql.org>
Revert "Avoid creation of the free space map for small heap relations." This reverts commit ac88d2962a96a9c7e83d5acfc28fe49a72812086.
Files
| Path | Change | +/− |
|---|---|---|
| contrib/pageinspect/expected/page.out | modified | +38 −39 |
| contrib/pageinspect/sql/page.sql | modified | +13 −20 |
| doc/src/sgml/storage.sgml | modified | +6 −7 |
| src/backend/access/brin/brin.c | modified | +1 −1 |
| src/backend/access/brin/brin_pageops.c | modified | +5 −5 |
| src/backend/access/heap/hio.c | modified | +17 −30 |
| src/backend/access/heap/vacuumlazy.c | modified | +8 −9 |
| src/backend/access/transam/xact.c | modified | +0 −14 |
| src/backend/storage/freespace/freespace.c | modified | +6 −269 |
| src/backend/storage/freespace/indexfsm.c | modified | +3 −3 |
| src/backend/storage/freespace/README | modified | +3 −35 |
| src/include/storage/freespace.h | modified | +2 −7 |
| src/test/regress/expected/fsm.out | deleted | +0 −75 |
| src/test/regress/parallel_schedule | modified | +0 −6 |
| src/test/regress/serial_schedule | modified | +0 −1 |
| src/test/regress/sql/fsm.sql | deleted | +0 −55 |