| From: | Michael Paquier <michael(at)paquier(dot)xyz> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Adjust some error hints |
| Date: | 2026-05-25 23:26:14 |
| Message-ID: | E1wRegY-0017L7-1E@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Adjust some error hints
The wording of two error hints is tweaked in this commit:
- Import of extended statistics, where the value of an array element is
not a NULL or a string.
- Online data checksum switch, where a period was missing.
Author: Baji Shaik <baji(dot)pgdev(at)gmail(dot)com>
Reviewed-by: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
Discussion: https://postgr.es/m/CA+fm-RMrKbyky_+vi5SDdAVnFVjWh7zW3GoDAVnrp5OpDnW6tw@mail.gmail.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/d40aed554227e5f8203798fda25b936a264638ec
Modified Files
--------------
src/backend/access/transam/xlog.c | 2 +-
src/backend/statistics/extended_stats_funcs.c | 2 +-
src/test/regress/expected/stats_import.out | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Michael Paquier | 2026-05-26 03:28:12 | pgsql: test_slru: Fix LWLock initialization for EXEC_BACKEND builds |
| Previous Message | Tom Lane | 2026-05-25 22:16:02 | pgsql: Fix missed ReleaseVariableStats() in intarray's _int_matchsel(). |