pgsql: Make cast functions from jsonb error safe - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Make cast functions from jsonb error safe
Date
Msg-id E1w6V6T-001rZH-0W@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Make cast functions from jsonb error safe

This adjusts cast functions from jsonb to other types to support soft
errors.  This just involves some refactoring of the underlying helper
functions to use ereturn.

This is in preparation for a future feature where conversion errors in
casts can be caught.

Author: jian he <jian.universality@gmail.com>
Reviewed-by: Amul Sul <sulamul@gmail.com>
Reviewed-by: Corey Huinker <corey.huinker@gmail.com>
Discussion:
https://www.postgresql.org/message-id/flat/CADkLM%3Dfv1JfY4Ufa-jcwwNbjQixNViskQ8jZu3Tz_p656i_4hQ%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/10e4d8aaf46fb46b8b78e026560b68af84a6495b

Modified Files
--------------
src/backend/utils/adt/jsonb.c | 35 ++++++++++++++++++-----------------
1 file changed, 18 insertions(+), 17 deletions(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: aio: Don't wait for already in-progress IO