pgsql: Convert contrib/intarray's bqarr_in() to report errors softly - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Convert contrib/intarray's bqarr_in() to report errors softly
Date
Msg-id E1pAXv6-000puh-GN@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Convert contrib/intarray's bqarr_in() to report errors softly

Reviewed by Tom Lane and Amul Sul

Discussion: https://postgr.es/m/49e598c2-cfe8-0928-b6fb-d0cc51aab626@dunslane.net

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3b76622e04d8656fb44e7c932cb243e2d92fe40e

Modified Files
--------------
contrib/intarray/_int_bool.c       | 15 +++++++++------
contrib/intarray/expected/_int.out | 15 +++++++++++++++
contrib/intarray/sql/_int.sql      | 11 +++++++++++
3 files changed, 35 insertions(+), 6 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Reorder some object files in makefiles
Next
From: Peter Geoghegan
Date:
Subject: pgsql: Add page-level freezing to VACUUM.