pgsql: Convert a few more datatype input functions to report errors sof

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Convert a few more datatype input functions to report errors sof
Date: 2022-12-14 23:03:31
Message-ID: E1p5amg-003c6g-KC@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Convert a few more datatype input functions to report errors softly.

Convert cash_in and uuid_in to the new style.

Amul Sul, minor mods by me

Discussion: https://postgr.es/m/CAAJ_b97KeDWUdpTKGOaFYPv0OicjOu6EW+QYWj-Ywrgj_aEy1g@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/90161dad4dd719f44255474f4471af916f2a28f0

Modified Files
--------------
src/backend/utils/adt/cash.c | 11 ++++++-----
src/backend/utils/adt/uuid.c | 8 ++++----
src/test/regress/expected/money.out | 25 +++++++++++++++++++++++++
src/test/regress/expected/uuid.out | 13 +++++++++++++
src/test/regress/sql/money.sql | 6 ++++++
src/test/regress/sql/uuid.sql | 4 ++++
6 files changed, 58 insertions(+), 9 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-12-15 00:42:11 pgsql: Convert a few more datatype input functions to report errors sof
Previous Message Tom Lane 2022-12-14 22:50:34 pgsql: Convert a few more datatype input functions to report errors sof