]> granicus.if.org Git - postgresql/commit
Tweak planner so that index expressions and predicates are matched to
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 14 Mar 2004 23:41:27 +0000 (23:41 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 14 Mar 2004 23:41:27 +0000 (23:41 +0000)
commit04226b640493a206b9927b8160fb48b864efcce6
tree5e51ef7885a18ef48ba6e0220d58c03e549ddab8
parente1d08faf043242338973f30a1d1d158498ea7f04
Tweak planner so that index expressions and predicates are matched to
queries without regard to whether coercions are stated explicitly or
implicitly.  Per suggestion from Stephan Szabo.
src/backend/nodes/equalfuncs.c
src/backend/optimizer/util/clauses.c
src/backend/utils/cache/relcache.c
src/include/nodes/primnodes.h
src/include/optimizer/clauses.h