diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2005-11-28 04:35:32 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2005-11-28 04:35:32 +0000 |
commit | 3d376fce8dd45d43fb6dbeb5a08c08400a589ff8 (patch) | |
tree | 0423df93c1a0b741442acc5120ab73291fab9610 /src/backend/executor/nodeHashjoin.c | |
parent | 8a9acd3c410c1365f9f16e32910b8c942aeceef2 (diff) | |
download | postgresql-3d376fce8dd45d43fb6dbeb5a08c08400a589ff8.tar.gz postgresql-3d376fce8dd45d43fb6dbeb5a08c08400a589ff8.zip |
Change the parser to translate "foo [NOT] IN (expression-list)" to
ScalarArrayOpExpr when possible, that is, whenever there is an array type
for the values of the expression list. This completes the project I've
been working on to improve the speed of index searches with long IN lists,
as per discussion back in mid-October.
I did not force initdb, but until you do one you will see failures in the
"rules" regression test, because some of the standard system views use IN
and their compiled formats have changed.
Diffstat (limited to 'src/backend/executor/nodeHashjoin.c')
0 files changed, 0 insertions, 0 deletions