- Notifications
You must be signed in to change notification settings - Fork28
Commitc85ad9c
committed
Allow ENOENT in check_mode_recursive().
Buildfarm member tern failed src/bin/pg_ctl/t/001_start_stop.pl when acheck_mode_recursive() call overlapped a server's startup-time deletionof pg_stat/global.stat. Just warn. Also, include errno in the message.Back-patch to v11, where check_mode_recursive() first appeared.1 parent076a3c2 commitc85ad9c
1 file changed
+17
-4
lines changedLines changed: 17 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
261 | 261 |
| |
262 | 262 |
| |
263 | 263 |
| |
264 |
| - | |
265 |
| - | |
266 | 264 |
| |
267 | 265 |
| |
268 | 266 |
| |
| |||
272 | 270 |
| |
273 | 271 |
| |
274 | 272 |
| |
275 |
| - | |
276 |
| - | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
277 | 290 |
| |
278 | 291 |
| |
279 | 292 |
| |
|
0 commit comments
Comments
(0)