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

Fix btmarkpos/btrestrpos to handle array keys.

This fixes another error in commit 9e8da0f7.
I neglected to make the mark/restore functionality save and restore the
current set of array key values, which led to strange behavior if an
IndexScan with ScalarArrayOpExpr quals was used as the inner side of a
mergejoin.  Per bug #7570 from Melese Tesfaye.
parent ae90ffad
No related branches found
No related tags found
Loading
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