Teach btree to handle ScalarArrayOpExpr quals natively.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 9e8da0f75731aaa7605cf4656c21ea09e84d2eb1
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2011-10-16T19:39:24Z
Releases: 9.2.0
Teach btree to handle ScalarArrayOpExpr quals natively.

This allows "indexedcol op ANY(ARRAY[...])" conditions to be used in plain
indexscans, and particularly in index-only scans.

Files