diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2010-03-25 15:50:22 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2010-03-25 15:50:22 +0000 |
commit | d1bc3525c072a4c6bbc7bbba5da68cd30adfd1a6 (patch) | |
tree | 0ac4f251156b9e8c3ec343e8108151b71d8df303 /src/tutorial/basics.source | |
parent | e429448f33843f4b9bffe1243efb1158343e267b (diff) |
Fix ginint4_queryextract() to actually do what it was intended to do for an
unsatisfiable query, such as indexcol && empty_array. It should return -1
to tell GIN no scan is required; but silly typo disabled the logic for that,
resulting in unnecessary "GIN indexes do not support whole-index scans" error.
Per bug report from Jeff Trout.
Back-patch to 8.3 where the logic was introduced.
Diffstat (limited to 'src/tutorial/basics.source')
0 files changed, 0 insertions, 0 deletions