mirror of
https://github.com/postgres/postgres.git
synced 2026-06-15 04:59:03 -04:00
116d2bba7e
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.