forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6bc4d95
committed
Error out if waiting on socket readiness without a specified socket.
Previously we just ignored such an attempt, but that seems to serve nopurpose but making things harder to debug.Discussion: 20160114143931.GG10941@awork2.anarazel.de 20151230173734.hx7jj2fnwyljfqek@alap3.anarazel.deReviewed-By: Robert Haas1 parentfad0f9d commit6bc4d95
2 files changed
+10
-8
lines changedLines changed: 5 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
226 | 226 |
| |
227 | 227 |
| |
228 | 228 |
| |
229 |
| - | |
230 |
| - | |
231 |
| - | |
232 |
| - | |
233 | 229 |
| |
234 | 230 |
| |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
235 | 236 |
| |
236 | 237 |
| |
237 | 238 |
| |
|
Lines changed: 5 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
113 | 113 |
| |
114 | 114 |
| |
115 | 115 |
| |
116 |
| - | |
117 |
| - | |
118 |
| - | |
119 |
| - | |
120 | 116 |
| |
121 | 117 |
| |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
122 | 123 |
| |
123 | 124 |
| |
124 | 125 |
| |
|
0 commit comments
Comments
(0)