mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-05 14:07:33 +08:00
This function continued to use it after heap_endscan() freed it. In passing, don't explicit create a strategy here. Instead, use the one created by heap_beginscan_strat(), if any. Back-patch to 9.2, where use of a BufferAccessStrategy here was introduced.