]> granicus.if.org Git - postgresql/commit
Fix btmarkpos/btrestrpos to handle array keys.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 27 Sep 2012 20:59:59 +0000 (16:59 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 27 Sep 2012 21:01:02 +0000 (17:01 -0400)
commit70bc5833195daf64a200ac7b4a8c9aff65cf966f
tree18d0013f9301d95749b722228bc0fcbe59a771b9
parentae90ffada4cb27c9194797c43d864a86ce88d72c
Fix btmarkpos/btrestrpos to handle array keys.

This fixes another error in commit 9e8da0f75731aaa7605cf4656c21ea09e84d2eb1.
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.
src/backend/access/nbtree/nbtree.c
src/backend/access/nbtree/nbtutils.c
src/include/access/nbtree.h