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

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: 400e2c9) | patch
Teach simplify_boolean_equality to simplify the forms foo <> true and
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.
src/backend/optimizer/util/clauses.c diff | blob | blame | history
src/include/catalog/pg_operator.h diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

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