pgsql: Fix some errhint and errdetail strings missing a period

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix some errhint and errdetail strings missing a period
Date: 2018-12-06 22:51:10
Message-ID: E1gV2UA-00052m-31@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(at)yesql(dot)se

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/730422afcdb6784bbe20efc65de72156d470b0c4

Modified Files
--------------
contrib/amcheck/verify_nbtree.c | 2 +-
src/backend/commands/tablecmds.c | 2 +-
src/backend/utils/adt/jsonfuncs.c | 4 ++--
src/backend/utils/misc/guc.c | 6 +++---
src/pl/plpgsql/src/pl_exec.c | 2 +-
src/test/regress/expected/json.out | 6 +++---
src/test/regress/expected/jsonb.out | 6 +++---
src/test/regress/expected/plpgsql.out | 16 ++++++++--------
src/test/regress/expected/triggers.out | 2 +-
9 files changed, 23 insertions(+), 23 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-12-07 15:41:33 pgsql: Doc: make cross-reference to format() function more specific.
Previous Message Tom Lane 2018-12-06 20:09:07 pgsql: Improve our response to invalid format strings, and detect more