COALESCE() and NULLIF() are now first-class expressions, not macros

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 51972a9d5d068dd34b24ff4923981ffb90e5cc2d
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-02-16T02:30:39Z
Releases: 7.4.1
COALESCE() and NULLIF() are now first-class expressions, not macros
that turn into CASE expressions.  They evaluate their arguments at most
once.  Patch by Kris Jurka, review and (very light) editorializing by me.

Files