mirror of
https://github.com/postgres/postgres.git
synced 2025-06-25 01:02:05 +03:00
tests to return the correct results per SQL9x when given NULL inputs. Reimplement these tests as well as IS [NOT] NULL to have their own expression node types, instead of depending on special functions. From Joe Conway, with a little help from Tom Lane.