mirror of
https://github.com/postgres/postgres.git
synced 2025-11-16 15:02:33 +03:00
unpruned XMAX in its header. At the cost of 4 bytes per page, this keeps us from performing heap_page_prune when there's no chance of pruning anything. Seems to be necessary per Heikki's preliminary performance testing.