pgsql: Fix error messages

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Fix error messages
Дата
Msg-id E1hOQRW-0002Mu-FU@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Fujii Masao
Дата:
Сообщение: pgsql: Fix documentation for the privileges required for replicationfu
Следующее
От: Peter Geoghegan
Дата:
Сообщение: pgsql: Remove obsolete nbtree split REDO routine comment.