summaryrefslogtreecommitdiff
path: root/src/include/access/gist.h
diff options
context:
space:
mode:
authorTom Lane2005-03-27 19:18:02 +0000
committerTom Lane2005-03-27 19:18:02 +0000
commiteabb1b58e71d864bae427d65f38eb362e0f60839 (patch)
treec826664c03a5de3384bbefef0fd6048132513bdb /src/include/access/gist.h
parent6d1d94fd998a6dcf5551b0cbf97a4b26d4d8ad25 (diff)
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/include/access/gist.h')
0 files changed, 0 insertions, 0 deletions