git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: 617dd33) | patch
Teach const-expression simplification to simplify boolean equality cases,
2005年3月27日 19:18:02 +0000 (19:18 +0000)
2005年3月27日 19:18:02 +0000 (19:18 +0000)
commit 351519affcffb636de68c4872521c9ac22faa228
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.
src/backend/optimizer/util/clauses.c diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /