Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

pgsql: Fix error messages - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Fix error messages
Date
Msg-id E1hOQRW-0002Mu-FU@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Fujii Masao
Date:
Subject: pgsql: Fix documentation for the privileges required for replicationfu
Next
From: Peter Geoghegan
Date:
Subject: pgsql: Remove obsolete nbtree split REDO routine comment.