pgsql: Fix error messages

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix error messages
Date: 2019-05-08 17:33:22
Message-ID: E1hOQRW-0002Mu-FU@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix error messages

Some messages related to foreign servers were reporting the server name
without quotes, or not at all; our style is to have all names be quoted,
and the server name already appears quoted in a few other messages, so
just add quotes and make them all consistent.

Remove an extra "s" in other messages (typos introduced by myself in
f56f8f8da6af).

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/61639816b870347677e6e6945604e0d9da1837ca

Modified Files
--------------
src/backend/commands/foreigncmds.c | 20 +++++++++++---------
src/backend/commands/tablecmds.c | 4 ++--
src/test/regress/expected/foreign_data.out | 14 +++++++-------
3 files changed, 20 insertions(+), 18 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2019-05-08 19:49:02 pgsql: Remove obsolete nbtree split REDO routine comment.
Previous Message Fujii Masao 2019-05-08 16:47:31 pgsql: Fix documentation for the privileges required for replication fu