Skip to content
Snippets Groups Projects
Commit 7d535ebe authored by Tom Lane's avatar Tom Lane
Browse files

Dept of second thoughts: after studying index_getnext() a bit more I realize

that it can scribble on scan->xs_ctup.t_self while following HOT chains,
so we can't rely on that to stay valid between hashgettuple() calls.
Introduce a private variable in HashScanOpaque, instead.
parent c4afdca4
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment