Fix some errhint and errdetail strings missing a period
Michael Paquier <michael@paquier.xyz>
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
Files
| Path | Change | +/− |
|---|---|---|
| contrib/amcheck/verify_nbtree.c | modified | +1 −1 |
| src/backend/commands/tablecmds.c | modified | +1 −1 |
| src/backend/utils/adt/jsonfuncs.c | modified | +2 −2 |
| src/backend/utils/misc/guc.c | modified | +3 −3 |
| src/pl/plpgsql/src/pl_exec.c | modified | +1 −1 |
| src/test/regress/expected/jsonb.out | modified | +3 −3 |
| src/test/regress/expected/json.out | modified | +3 −3 |
| src/test/regress/expected/plpgsql.out | modified | +8 −8 |
| src/test/regress/expected/triggers.out | modified | +1 −1 |