aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gist.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2003-12-30 21:49:19 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2003-12-30 21:49:19 +0000
commit9888192fb7732cdd1a85a7af9582d72a297d9a6d (patch)
tree8e1967206cb9b33b2cc2e2a0c87deb8346123992 /src/backend/access/gist/gist.c
parent7af16b2a258cff21dd5b94d9e9cb2229fbde7fb1 (diff)
downloadpostgresql-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