pgsql: Add numeric_int8_opt_error() to optionally suppress errors

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Add numeric_int8_opt_error() to optionally suppress errors
Дата
Msg-id E1rKxWn-00DFpS-Cp@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add numeric_int8_opt_error() to optionally suppress errors

This matches the existing numeric_int4_opt_error() (see commit
16d489b0fe).  It will be used by a future JSON-related patch, which
wants to report errors in its own way and thus does not want the
internal functions to throw any error.

Author: Jeevan Chalke <jeevan.chalke@enterprisedb.com>
Discussion:
https://www.postgresql.org/message-id/flat/CAM2+6=XjTyqrrqHAOj80r0wVQxJSxc0iyib9bPC55uFO9VKatg@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c1b9e1e56d8c11a00869766a02de537d349586cd

Modified Files
--------------
src/backend/utils/adt/numeric.c | 59 ++++++++++++++++++++++++++++++-----------
src/include/utils/numeric.h     |  1 +
2 files changed, 44 insertions(+), 16 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Refactor: separate function to find all objects depending on a c
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Reorganise jsonpath operators and methods