aboutsummaryrefslogtreecommitdiff
path: root/src/tutorial/advanced.source
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2004-01-04 00:07:32 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2004-01-04 00:07:32 +0000
commit6cb1c0238b2503f485e3491902bfc294b7beeed1 (patch)
tree0cb4104e7027805adb1420ed182e4ff908fd0b0e /src/tutorial/advanced.source
parent037e2fcf8fb4f5af00a5eceb26f4a2170e99b343 (diff)
downloadpostgresql-6cb1c0238b2503f485e3491902bfc294b7beeed1.tar.gz
postgresql-6cb1c0238b2503f485e3491902bfc294b7beeed1.zip
Rewrite OR indexscan processing to be more flexible. We can now for the
first time generate an OR indexscan for a two-column index when the WHERE condition is like 'col1 = foo AND (col2 = bar OR col2 = baz)' --- before, the OR had to be on the first column of the index or we'd not notice the possibility of using it. Some progress towards extracting OR indexscans from subclauses of an OR that references multiple relations, too, although this code is #ifdef'd out because it needs more work.
Diffstat (limited to 'src/tutorial/advanced.source')
0 files changed, 0 insertions, 0 deletions