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

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: Don't call PG_RETURN_BOOL() in a function not returning Datum.
Дата
Msg-id E1hf7oU-00042U-Kk@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Dean Rasheed
Дата:
Сообщение: pgsql: Add security checks to the multivariate MCV estimation code.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Upgrade internal error message to external