Tweak detail and hint messages to be consistent with project policy
authorMichael Paquier <[email protected]>
Wed, 20 Jul 2022 00:50:12 +0000 (09:50 +0900)
committerMichael Paquier <[email protected]>
Wed, 20 Jul 2022 00:50:12 +0000 (09:50 +0900)
commit12c254c99f6c6f0bbfc7997ee10ea73fee30dea2
tree8fef3ccd28d896897f1298c9cad604b580cd1035
parentecc84b916f8f36924e2b3de358045edfc3205e5a
Tweak detail and hint messages to be consistent with project policy

Detail and hint messages should be full sentences and should end with a
period, but some of the messages newly-introduced in v15 did not follow
that.

Author: Justin Pryzby
Reviewed-by: Álvaro Herrera
Discussion: https://postgr.es/m/20220719120948[email protected]
Backpatch-through: 15
15 files changed:
contrib/basic_archive/basic_archive.c
contrib/postgres_fdw/expected/postgres_fdw.out
contrib/postgres_fdw/option.c
src/backend/commands/publicationcmds.c
src/backend/commands/tablecmds.c
src/backend/parser/parse_expr.c
src/backend/parser/parse_jsontable.c
src/backend/utils/adt/jsonpath_exec.c
src/backend/utils/adt/jsonpath_gram.y
src/backend/utils/misc/guc.c
src/test/regress/expected/jsonb_sqljson.out
src/test/regress/expected/jsonpath.out
src/test/regress/expected/publication.out
src/test/regress/expected/sqljson.out
src/test/regress/expected/triggers.out