Fix error messages
Alvaro Herrera <alvherre@alvh.no-ip.org>
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).
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/foreigncmds.c | modified | +11 −9 |
| src/backend/commands/tablecmds.c | modified | +2 −2 |
| src/test/regress/expected/foreign_data.out | modified | +7 −7 |