diff options
author | Andres Freund | 2019-02-27 01:59:01 +0000 |
---|---|---|
committer | Andres Freund | 2019-02-27 01:59:01 +0000 |
commit | 8aa02b52db11039925191912eca71e3584b68860 (patch) | |
tree | 905a1ff148f79b24137f894b35135e24c309c0dc /src/backend/executor/nodeModifyTable.c | |
parent | f4b6341d5fcb627d51b3fc89527aa5eaa659fb2e (diff) |
Add ExecStorePinnedBufferHeapTuple.
This allows to avoid an unnecessary pin/unpin cycle when storing a
tuple in an already pinned buffer into a slot, when the pin isn't
further needed at the call site.
Only a single caller for now (to ensure coverage), but upcoming
patches will increase use of the new function.
Author: Andres Freund
Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to 'src/backend/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions