forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit27a48e5
committed
Improve new wording of libpq's connection failure messages.
"connection to server so-and-so failed:" seems clearer than theprevious wording "could not connect to so-and-so:" (introduced by52a1022), because the latter suggests a network-level connectionfailure. We're now prefixing this string to all types of connectionfailures, for instance authentication failures; so we need wordingthat doesn't imply a low-level error.Per discussion with Robert Haas.Discussion:https://postgr.es/m/CA+TgmobssJ6rS22dspWnu-oDxXevGmhMD8VcRBjmj-b9UDqRjw@mail.gmail.com1 parent55dc86e commit27a48e5
File tree
4 files changed
+23
-22
lines changed- src
- bin/pg_dump/t
- interfaces
- ecpg/test
- expected
- libpq
4 files changed
+23
-22
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3460 | 3460 |
| |
3461 | 3461 |
| |
3462 | 3462 |
| |
3463 |
| - | |
| 3463 | + | |
3464 | 3464 |
| |
3465 | 3465 |
| |
3466 | 3466 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
39 |
| - | |
| 39 | + | |
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
| |||
73 | 73 |
| |
74 | 74 |
| |
75 | 75 |
| |
76 |
| - | |
| 76 | + | |
77 | 77 |
| |
78 | 78 |
| |
79 | 79 |
| |
|
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
80 | 80 |
| |
81 | 81 |
| |
82 | 82 |
| |
83 |
| - | |
| 83 | + | |
84 | 84 |
| |
85 | 85 |
| |
86 | 86 |
| |
| |||
113 | 113 |
| |
114 | 114 |
| |
115 | 115 |
| |
116 |
| - | |
| 116 | + | |
117 | 117 |
| |
118 | 118 |
| |
119 | 119 |
| |
120 |
| - | |
| 120 | + | |
121 | 121 |
| |
122 | 122 |
| |
123 | 123 |
| |
124 |
| - | |
| 124 | + | |
125 | 125 |
| |
126 | 126 |
| |
127 | 127 |
| |
|
Lines changed: 16 additions & 15 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1668 | 1668 |
| |
1669 | 1669 |
| |
1670 | 1670 |
| |
1671 |
| - | |
1672 |
| - | |
1673 |
| - | |
1674 |
| - | |
1675 |
| - | |
1676 |
| - | |
1677 |
| - | |
1678 |
| - | |
| 1671 | + | |
| 1672 | + | |
| 1673 | + | |
| 1674 | + | |
| 1675 | + | |
| 1676 | + | |
| 1677 | + | |
1679 | 1678 |
| |
1680 | 1679 |
| |
1681 |
| - | |
| 1680 | + | |
1682 | 1681 |
| |
1683 | 1682 |
| |
1684 | 1683 |
| |
| |||
1690 | 1689 |
| |
1691 | 1690 |
| |
1692 | 1691 |
| |
1693 |
| - | |
| 1692 | + | |
1694 | 1693 |
| |
1695 | 1694 |
| |
1696 | 1695 |
| |
| |||
1717 | 1716 |
| |
1718 | 1717 |
| |
1719 | 1718 |
| |
1720 |
| - | |
| 1719 | + | |
1721 | 1720 |
| |
1722 | 1721 |
| |
1723 | 1722 |
| |
1724 | 1723 |
| |
1725 |
| - | |
| 1724 | + | |
1726 | 1725 |
| |
1727 | 1726 |
| |
1728 | 1727 |
| |
| |||
2524 | 2523 |
| |
2525 | 2524 |
| |
2526 | 2525 |
| |
2527 |
| - | |
| 2526 | + | |
2528 | 2527 |
| |
2529 | 2528 |
| |
2530 | 2529 |
| |
| |||
2534 | 2533 |
| |
2535 | 2534 |
| |
2536 | 2535 |
| |
2537 |
| - | |
| 2536 | + | |
| 2537 | + | |
| 2538 | + | |
2538 | 2539 |
| |
2539 |
| - | |
| 2540 | + | |
2540 | 2541 |
| |
2541 | 2542 |
| |
2542 | 2543 |
| |
|
0 commit comments
Comments
(0)