| From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Use frontend logging API in fe_utils/print.c |
| Date: | 2026-08-11 07:42:18 |
| Message-ID: | E1wth7p-000000005e0-033n@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Use frontend logging API in fe_utils/print.c
This simplifies error message printing a bit. Also adjust the error
messages a bit for style, while we're here.
Reviewed-by: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
Discussion: https://www.postgresql.org/message-id/flat/c855d318-4545-4dc7-b466-2e24fbf64725%40eisentraut.org
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/59aec847fc187cfe9000fcb071c32ac38bf71948
Modified Files
--------------
src/fe_utils/print.c | 32 ++++++++++++--------------------
1 file changed, 12 insertions(+), 20 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Heikki Linnakangas | 2026-08-11 18:25:42 | pgsql: Fix pg_strupper/lower/title/fold() functions to work with C loca |
| Previous Message | David Rowley | 2026-08-11 01:30:27 | pgsql: Show estimated number of groups for Incremental Sort in EXPLAIN |