forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2a943af
committed
Fix test name and username used in failed connection attempts
The first failed connection tests the "regular" connections limit, notthe reserved limit.In the second failed connection, the username doesn't really matter,but since the previous successful connections used "regress_reserved",it seems weird to switch back to "regress_regular" for theexpected-to-fail attempt.Discussion:https://www.postgresql.org/message-id/fd5e9523-78d3-4270-86b2-fd1b1eeb4fc9@iki.fi1 parentfedfcf6 commit2a943af
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 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 |
| |
| |||
89 | 89 |
| |
90 | 90 |
| |
91 | 91 |
| |
92 |
| - | |
| 92 | + | |
93 | 93 |
| |
94 | 94 |
| |
95 | 95 |
| |
|
0 commit comments
Comments
(0)