summaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistget.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2005-03-27 19:18:02 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2005-03-27 19:18:02 +0000
commit351519affcffb636de68c4872521c9ac22faa228 (patch)
tree8105ff8e5624a25e53d6f9cd95d451b17c1100e0 /src/backend/access/gist/gistget.c
parent617dd33b6effe01852d6b4f71cd4c4e1f6eccbd6 (diff)
downloadpostgresql-351519affcffb636de68c4872521c9ac22faa228.tar.gz
Teach const-expression simplification to simplify boolean equality cases,
that is 'x = true' becomes 'x' and 'x = false' becomes 'NOT x'. This isn't all that amazingly useful in itself, but it ensures that we will recognize the different forms as being logically equivalent when checking partial index predicates. Per example from Patrick Clery.
Diffstat (limited to 'src/backend/access/gist/gistget.c')
0 files changed, 0 insertions, 0 deletions