diff options
author | Noah Misch <noah@leadboat.com> | 2014-06-30 16:59:19 -0400 |
---|---|---|
committer | Noah Misch <noah@leadboat.com> | 2014-06-30 17:00:40 -0400 |
commit | f6d6b7b1e7eac2aa049bbb1e41c468fbbf5b7fef (patch) | |
tree | b975cae38fb0b0bf5b03396f3c5d4d8051ff4c32 /src/backend/executor | |
parent | 0cf16686bcc97c9be083880617625bac3c088803 (diff) |
Don't prematurely free the BufferAccessStrategy in pgstat_heap().
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.
Diffstat (limited to 'src/backend/executor')
0 files changed, 0 insertions, 0 deletions