git.postgresql.org Git - postgresql.git/commit
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.
This is the main PostgreSQL git repository.
RSS
Atom