mirror of https://github.com/postgres/postgres
PG_RETURN_BOOL() should only be used in functions following the V1 SQL function API. This coding accidentally fails to fail since letting the compiler coerce the Datum representation of bool back to plain bool does give the right answer; but that doesn't make it a good idea. Back-patch to older branches just to avoid unnecessary code divergence.pull/14/head
parent
a068b5b65f
commit
737cdc2d14
Loading…
Reference in new issue