]> granicus.if.org Git - postgresql/commit
Don't call PG_RETURN_BOOL() in a function not returning Datum.
authorNoah Misch <noah@leadboat.com>
Sun, 23 Jun 2019 19:02:19 +0000 (12:02 -0700)
committerNoah Misch <noah@leadboat.com>
Sun, 23 Jun 2019 19:02:19 +0000 (12:02 -0700)
commit9a81c9fa3f6a2f57b9db2a1ce5584c85fc1d977e
tree5567e562c1304c33db0f81631045902735805366
parentd7f8d26d9f4c0a574250ec53a03b3dc08d13796c
Don't call PG_RETURN_BOOL() in a function not returning Datum.

This code is new in v12, and the defect probably was not user-visible.
src/backend/utils/adt/timestamp.c