diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2003-12-30 21:49:19 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2003-12-30 21:49:19 +0000 |
commit | 9888192fb7732cdd1a85a7af9582d72a297d9a6d (patch) | |
tree | 8e1967206cb9b33b2cc2e2a0c87deb8346123992 /src/backend/access/gist/gist.c | |
parent | 7af16b2a258cff21dd5b94d9e9cb2229fbde7fb1 (diff) | |
download | postgresql-9888192fb7732cdd1a85a7af9582d72a297d9a6d.tar.gz postgresql-9888192fb7732cdd1a85a7af9582d72a297d9a6d.zip |
Instead of trying to force WHERE clauses into CNF or DNF normal form,
just look for common clauses that can be pulled out of ORs. Per recent
discussion, extracting common clauses seems to be the only really useful
effect of normalization, and if we do it explicitly then we can avoid
cluttering the qual with partially-redundant duplicated expressions, which
was an unpleasant side-effect of the old approach.
Diffstat (limited to 'src/backend/access/gist/gist.c')
0 files changed, 0 insertions, 0 deletions