]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Adjust some error hints
authorMichael Paquier <michael@paquier.xyz>
Mon, 25 May 2026 23:13:22 +0000 (08:13 +0900)
committerMichael Paquier <michael@paquier.xyz>
Mon, 25 May 2026 23:13:22 +0000 (08:13 +0900)
commitd40aed554227e5f8203798fda25b936a264638ec
treead85c887467be753343cf0680b2bdf392a6ab5f0
parent524cc0f638745489f55bafa12f3f93fe8944e027
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.pgdev@gmail.com>
Reviewed-by: Chao Li <li.evan.chao@gmail.com>
Discussion: https://postgr.es/m/CA+fm-RMrKbyky_+vi5SDdAVnFVjWh7zW3GoDAVnrp5OpDnW6tw@mail.gmail.com
src/backend/access/transam/xlog.c
src/backend/statistics/extended_stats_funcs.c
src/test/regress/expected/stats_import.out