]> granicus.if.org Git - postgresql/commit
Fix error messages
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 8 May 2019 17:16:54 +0000 (13:16 -0400)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 8 May 2019 17:20:16 +0000 (13:20 -0400)
commit61639816b870347677e6e6945604e0d9da1837ca
tree79ccf3c4630dbaec9c471f3933526a0d4d5267df
parentdf631ebc737e9d9cdf8d0691969d404f1bd584a4
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).
src/backend/commands/foreigncmds.c
src/backend/commands/tablecmds.c
src/test/regress/expected/foreign_data.out