- Notifications
You must be signed in to change notification settings - Fork28
Commit6163981
committed
Fix error messages
Some messages related to foreign servers were reporting the server namewithout 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, sojust add quotes and make them all consistent.Remove an extra "s" in other messages (typos introduced by myself inf56f8f8).1 parentdf631eb commit6163981
File tree
3 files changed
+20
-18
lines changed- src
- backend/commands
- test/regress/expected
3 files changed
+20
-18
lines changedLines changed: 11 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1184 | 1184 |
| |
1185 | 1185 |
| |
1186 | 1186 |
| |
1187 |
| - | |
| 1187 | + | |
1188 | 1188 |
| |
1189 | 1189 |
| |
1190 | 1190 |
| |
| |||
1194 | 1194 |
| |
1195 | 1195 |
| |
1196 | 1196 |
| |
1197 |
| - | |
| 1197 | + | |
1198 | 1198 |
| |
1199 | 1199 |
| |
1200 | 1200 |
| |
| |||
1294 | 1294 |
| |
1295 | 1295 |
| |
1296 | 1296 |
| |
1297 |
| - | |
1298 |
| - | |
| 1297 | + | |
| 1298 | + | |
1299 | 1299 |
| |
1300 | 1300 |
| |
1301 | 1301 |
| |
| |||
1396 | 1396 |
| |
1397 | 1397 |
| |
1398 | 1398 |
| |
1399 |
| - | |
| 1399 | + | |
| 1400 | + | |
| 1401 | + | |
1400 | 1402 |
| |
1401 | 1403 |
| |
1402 | 1404 |
| |
| |||
1409 | 1411 |
| |
1410 | 1412 |
| |
1411 | 1413 |
| |
1412 |
| - | |
1413 |
| - | |
| 1414 | + | |
| 1415 | + | |
1414 | 1416 |
| |
1415 | 1417 |
| |
1416 | 1418 |
| |
1417 |
| - | |
1418 |
| - | |
| 1419 | + | |
| 1420 | + | |
1419 | 1421 |
| |
1420 | 1422 |
| |
1421 | 1423 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8184 | 8184 |
| |
8185 | 8185 |
| |
8186 | 8186 |
| |
8187 |
| - | |
| 8187 | + | |
8188 | 8188 |
| |
8189 | 8189 |
| |
8190 | 8190 |
| |
| |||
8572 | 8572 |
| |
8573 | 8573 |
| |
8574 | 8574 |
| |
8575 |
| - | |
| 8575 | + | |
8576 | 8576 |
| |
8577 | 8577 |
| |
8578 | 8578 |
| |
|
Lines changed: 7 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
238 | 238 |
| |
239 | 239 |
| |
240 | 240 |
| |
241 |
| - | |
| 241 | + | |
242 | 242 |
| |
243 |
| - | |
| 243 | + | |
244 | 244 |
| |
245 | 245 |
| |
246 | 246 |
| |
| |||
578 | 578 |
| |
579 | 579 |
| |
580 | 580 |
| |
581 |
| - | |
| 581 | + | |
582 | 582 |
| |
583 | 583 |
| |
584 | 584 |
| |
| |||
618 | 618 |
| |
619 | 619 |
| |
620 | 620 |
| |
621 |
| - | |
| 621 | + | |
622 | 622 |
| |
623 | 623 |
| |
624 | 624 |
| |
| |||
648 | 648 |
| |
649 | 649 |
| |
650 | 650 |
| |
651 |
| - | |
| 651 | + | |
652 | 652 |
| |
653 | 653 |
| |
654 | 654 |
| |
655 |
| - | |
| 655 | + | |
656 | 656 |
| |
657 |
| - | |
| 657 | + | |
658 | 658 |
| |
659 | 659 |
| |
660 | 660 |
| |
|
0 commit comments
Comments
(0)