git.postgresql.org Git - postgresql.git/commit
2009年7月20日 00:24:30 +0000 (00:24 +0000)
2009年7月20日 00:24:30 +0000 (00:24 +0000)
commit 31d1f2330277a91f59fe050cc85ced25ee55f95d
Teach simplify_boolean_equality to simplify the forms foo <> true and
foo <> false, along with its previous duties of simplifying foo = true
and foo = false. (All of these are equivalent to just foo or NOT foo
as the case may be.) It's not clear how often this is really useful;
but it costs almost nothing to do, and it seems some people think we
should be smart about such cases. Per recent bug report.
This is the main PostgreSQL git repository.
RSS
Atom