pgsql: Don't call PG_RETURN_BOOL() in a function not returning Datum. - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Don't call PG_RETURN_BOOL() in a function not returning Datum.
Date
Msg-id E1hf7oU-00042U-Kk@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9a81c9fa3f6a2f57b9db2a1ce5584c85fc1d977e

Modified Files
--------------
src/backend/utils/adt/timestamp.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Dean Rasheed
Date:
Subject: pgsql: Add security checks to the multivariate MCV estimation code.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Upgrade internal error message to external