aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2006-04-08 21:32:25 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2006-04-08 21:32:25 +0000
commit89d75c56db27d1ee351ee806ff6fd0610e9b530f (patch)
tree2cef304066d8c92b0fc418ddb5319bd8eaa273b5 /src/backend/commands
parentcd360f2484e64c85eec9a866a33f58cf58fbb10b (diff)
downloadpostgresql-89d75c56db27d1ee351ee806ff6fd0610e9b530f.tar.gz
postgresql-89d75c56db27d1ee351ee806ff6fd0610e9b530f.zip
Fix best_inner_indexscan to actually enforce that an "inner indexscan" use
at least one join condition as an indexqual. Before bitmap indexscans, this oversight didn't really cost much except for redundantly considering the same join paths twice; but as of 8.1 it could result in silly bitmap scans that would do the same BitmapOr twice and then BitmapAnd these together :-(
Diffstat (limited to 'src/backend/commands')
0 files changed, 0 insertions, 0 deletions