mirror of
https://github.com/postgres/postgres.git
synced 2025-11-13 16:22:44 +03:00
nulls with non-nulls using proper three-valued boolean logic. Also clean up ExecQual to make it clearer that ExecQual *does* follow the SQL spec for boolean nulls. See '[BUGS] (null) != (null)' thread around 10/26/99 for more detail.