]> granicus.if.org Git - postgresql/commit
Clean up loose end in LIKE optimization fix: parser's code would generate
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 31 Dec 1999 03:41:03 +0000 (03:41 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 31 Dec 1999 03:41:03 +0000 (03:41 +0000)
commit5f68d5c38f7a66546b0770eeb1c30927f7765e0f
treecb852de01d8d6c17cc25c44d3114b66cf9b9b8d3
parent2784a5aedf390ef80514b3de2e0027072494743c
Clean up loose end in LIKE optimization fix: parser's code would generate
<= and >= indexquals from a LIKE even if the index in question didn't
support those operators.  (As, for example, a hash index does not.)
src/backend/optimizer/path/indxpath.c