]> granicus.if.org Git - postgresql/commit
Fix some errhint and errdetail strings missing a period
authorMichael Paquier <michael@paquier.xyz>
Thu, 6 Dec 2018 22:47:42 +0000 (07:47 +0900)
committerMichael Paquier <michael@paquier.xyz>
Thu, 6 Dec 2018 22:47:42 +0000 (07:47 +0900)
commit730422afcdb6784bbe20efc65de72156d470b0c4
tree9fa0f02477ffd0f716ccdf859d9776078d3b9c28
parentd2b0b60e71931997455afd5da72ca29148f1ca51
Fix some errhint and errdetail strings missing a period

As per the error message style guide of the documentation, those should
be full sentences.

Author: Daniel Gustafsson
Reviewed-by: Michael Paquier, Álvaro Herrera
Discussion: https://1E8D49B4-16BC-4420-B4ED-58501D9E076B@yesql.se
contrib/amcheck/verify_nbtree.c
src/backend/commands/tablecmds.c
src/backend/utils/adt/jsonfuncs.c
src/backend/utils/misc/guc.c
src/pl/plpgsql/src/pl_exec.c
src/test/regress/expected/json.out
src/test/regress/expected/jsonb.out
src/test/regress/expected/plpgsql.out
src/test/regress/expected/triggers.out