pgsql: genbki stricter error handling

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: genbki stricter error handling
Date: 2021-06-30 06:52:31
Message-ID: E1lyU5H-000606-7G@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

genbki stricter error handling

Instead of just writing warnings for invalid cross-catalog lookups,
count the errors and error out at the end.

Reviewed-by: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Discussion: https://www.postgresql.org/message-id/flat/ca8ee41d-241b-1bf3-71f0-aaf1add6d3c5%40enterprisedb.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/735dc1a09469002fd659a4b1f5d582377b318977

Modified Files
--------------
src/backend/catalog/genbki.pl | 19 ++++++++++++-------
1 file changed, 12 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2021-06-30 10:33:51 pgsql: doc: Add type information for postgres_fdw parameters.
Previous Message Amit Kapila 2021-06-30 06:21:53 pgsql: Replace magic constants used in pg_stat_get_replication_slot().