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 <[email protected]> Discussion: https://www.postgresql.org/message-id/flat/CAM2+6=xjtyqrrqhaoj80r0wvqxjsxc0iyib9bpc55ufo9vk...@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(-)
