- Notifications
You must be signed in to change notification settings - Fork5
Commit9099e4a
committed
psql: Set up cancel handler later
The cancel handler was uselessly set up even before the first connectionwas opened. By setting it up afterwards, the user can use Ctrl+C toabort psql if the initial connection attempt hangs.Reviewed-by: Dean Rasheed <dean.a.rasheed@gmail.com>Reviewed-by: Ryan Kelly <rpkelly22@gmail.com>1 parenteb5d87e commit9099e4a
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
111 | 111 |
| |
112 | 112 |
| |
113 | 113 |
| |
114 |
| - | |
115 |
| - | |
116 | 114 |
| |
117 | 115 |
| |
118 | 116 |
| |
| |||
246 | 244 |
| |
247 | 245 |
| |
248 | 246 |
| |
| 247 | + | |
| 248 | + | |
249 | 249 |
| |
250 | 250 |
| |
251 | 251 |
| |
|
0 commit comments
Comments
(0)