]> granicus.if.org Git - postgresql/commit
Separate predicate-testing code out of indxpath.c, making it a module
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 10 Jun 2005 22:25:37 +0000 (22:25 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 10 Jun 2005 22:25:37 +0000 (22:25 +0000)
commit2f1210629cf357fd0b6035e47ef10f240c82f6d5
tree70e09751318b83743341f407903f9a0421fb052f
parent111e29ef5ebebef8480abbd1f41e2956ede055b3
Separate predicate-testing code out of indxpath.c, making it a module
in its own right.  As proposed by Simon Riggs, but with some editorializing
of my own.
src/backend/optimizer/path/indxpath.c
src/backend/optimizer/plan/createplan.c
src/backend/optimizer/util/Makefile
src/backend/optimizer/util/predtest.c [new file with mode: 0644]
src/backend/utils/adt/selfuncs.c
src/include/optimizer/paths.h
src/include/optimizer/predtest.h [new file with mode: 0644]