pgsql: Adjust some error hints - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Adjust some error hints
Date
Msg-id E1wRegY-0017L7-1E@gemulon.postgresql.org
Whole thread
List 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.pgdev@gmail.com>
Reviewed-by: Chao Li <li.evan.chao@gmail.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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix missed ReleaseVariableStats() in intarray's _int_matchsel().
Next
From: Michael Paquier
Date:
Subject: pgsql: test_slru: Fix LWLock initialization for EXEC_BACKEND builds