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

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Don't call PG_RETURN_BOOL() in a function not returning Datum.
Date: 2019-06-23 19:06:06
Message-ID: E1hf7oU-00042U-Kk@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2019-06-24 10:01:41 pgsql: Upgrade internal error message to external
Previous Message Dean Rasheed 2019-06-23 17:52:12 pgsql: Add security checks to the multivariate MCV estimation code.