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 <[email protected]> Reviewed-by: Chao Li <[email protected]> Discussion: https://postgr.es/m/ca+fm-rmrkbyky_+vi5sddavnfvjwh7zw3godavnrp5opdnw...@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(-)
