]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Tweak detail and hint messages to be consistent with project policy
authorMichael Paquier <michael@paquier.xyz>
Wed, 20 Jul 2022 00:50:57 +0000 (09:50 +0900)
committerMichael Paquier <michael@paquier.xyz>
Wed, 20 Jul 2022 00:50:57 +0000 (09:50 +0900)
commit535f1fc9da728f5c692c96d5a4d635b43eeef7b7
tree0ac8bde47ea2de934e85c110c0172780ad4bccd6
parenta2944d8724522c5659c024b191f2fbfa9770faaf
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.GF12702@telsasoft.com
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