| From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Unify some error messages |
| Date: | 2023-08-16 14:28:08 |
| Message-ID: | E1qWHVH-000R98-LV@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Unify some error messages
We had essentially the same error in several different wordings.
Unify that.
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/dca20013ebab0f0176e610a36b846d899af1d451
Modified Files
--------------
src/backend/utils/adt/json.c | 4 ++--
src/backend/utils/adt/jsonb_util.c | 2 +-
.../ecpg/test/expected/sql-sqljson.stderr | 6 ++---
src/test/regress/expected/sqljson.out | 26 +++++++++++-----------
4 files changed, 19 insertions(+), 19 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2023-08-16 18:35:14 | pgsql: doc: PG 16 relnotes, initial markup |
| Previous Message | Peter Eisentraut | 2023-08-16 13:49:25 | pgsql: Improved CREATE SUBSCRIPTION message for clarity |