pgsql: Convert contrib/intarray's bqarr_in() to report errors softly

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Convert contrib/intarray's bqarr_in() to report errors softly
Date: 2022-12-28 15:00:40
Message-ID: E1pAXv6-000puh-GN@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2022-12-28 16:51:08 pgsql: Add page-level freezing to VACUUM.
Previous Message Peter Eisentraut 2022-12-28 14:41:11 pgsql: Reorder some object files in makefiles