pgsql: Improve wrong-tuple-type error reports in contrib/tablefunc.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Improve wrong-tuple-type error reports in contrib/tablefunc.
Date: 2024-03-09 20:48:26
Message-ID: E1rj3cI-002xoB-7Q@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve wrong-tuple-type error reports in contrib/tablefunc.

These messages were fairly confusing, and didn't match the
column names used in the SGML docs. Try to improve that.
Also use error codes more specific than ERRCODE_SYNTAX_ERROR.

Patch by me, reviewed by Joe Conway

Discussion: https://postgr.es/m/18937.1709676295@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/76904eda25500dd4c6969f3a2a7c0f00146fd763

Modified Files
--------------
contrib/tablefunc/expected/tablefunc.out | 85 ++++++++++++++--
contrib/tablefunc/sql/tablefunc.sql | 42 ++++++++
contrib/tablefunc/tablefunc.c | 169 ++++++++++++++-----------------
3 files changed, 195 insertions(+), 101 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2024-03-09 21:20:51 pgsql: Simplify and merge unwanted-module drop logic in AdjustUpgrade.p
Previous Message Jeff Davis 2024-03-09 19:55:05 Re: pgsql: Further further fix pg_upgrade crossversion test for adminpack.