Re: Removing const-false IS NULL quals and redundant IS NOT NULL quals
Peter Smith <smithpb2250@gmail.com>
From: Peter Smith <smithpb2250@gmail.com>
To: David Rowley <dgrowleyml@gmail.com>
Cc: Richard Guo <guofenglinux@gmail.com>, PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>, Andrei Lepikhov <a.lepikhov@postgrespro.ru>, Tom Lane <tgl@sss.pgh.pa.us>
Date: 2024-01-22T04:31:46Z
Lists: pgsql-bugs, pgsql-hackers
2024-01 Commitfest. Hi, This patch has a CF status of "Needs Review" [1], but it seems there were CFbot test failures last time it was run [2]. Please have a look and post an updated version if necessary. ====== [1] https://commitfest.postgresql.org/46/4459/ [2] https://cirrus-ci.com/github/postgresql-cfbot/postgresql/commitfest/46/4459 Kind Regards, Peter Smith.
Commits
-
Add better handling of redundant IS [NOT] NULL quals
- b262ad440ede 17.0 landed