mirror of
https://github.com/postgres/postgres.git
synced 2025-11-09 06:21:09 +03:00
thereby saving a visit to the metapage in most index searches/updates. This wouldn't actually save any I/O (since in the old regime the metapage generally stayed in cache anyway), but it does provide a useful decrease in bufmgr traffic in high-contention scenarios. Per my recent proposal.