aboutsummaryrefslogtreecommitdiff
path: root/src/backend/tcop/postgres.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2005-10-11 16:45:00 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2005-10-11 16:45:00 +0000
commitd30c13480688185f261b373d5188043e7b8c00db (patch)
treeffa3df674cc8e940fa2709c1ef9c4a62d8a3373a /src/backend/tcop/postgres.c
parent20f5a328e5a81e175d8dc864713b8c266d26a210 (diff)
downloadpostgresql-d30c13480688185f261b373d5188043e7b8c00db.tar.gz
postgresql-d30c13480688185f261b373d5188043e7b8c00db.zip
Fix oversight in 8.0 modification of RestrictInfo data structures.
A RestrictInfo representing an OR clause now contains two versions of the contained expression, one with sub-RestrictInfos and one without. clause_selectivity() should descend to the version with sub-RestrictInfos so that it has a chance of caching its results for the OR's sub-clauses. Failing to do so resulted in redundant planner effort.
Diffstat (limited to 'src/backend/tcop/postgres.c')
0 files changed, 0 insertions, 0 deletions