mirror of
https://github.com/postgres/postgres.git
synced 2025-11-10 17:42:29 +03:00
in all cases when keep_buf = true. This allows ANALYZE's inner loop to use heap_release_fetch, which saves multiple buffer lookups for the same page and avoids overestimation of cost by the vacuum cost mechanism.