- Notifications
You must be signed in to change notification settings - Fork5
Commit725f0ce
committed
Accept pg_ctl timeout from the PGCTLTIMEOUT environment variable.
Many automated test suites call pg_ctl. Buildfarm members axolotl,hornet, mandrill, shearwater, sungazer and tern have failed when servershutdown took longer than the pg_ctl default 60s timeout. This additionpermits slow hosts to easily raise the timeout without us editing a--timeout argument into every test suite pg_ctl call. Back-patch to 9.1(all supported versions) for the sake of automated testing.Reviewed by Tom Lane.1 parentb10635b commit725f0ce
2 files changed
+23
-2
lines changedLines changed: 14 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
362 | 362 |
| |
363 | 363 |
| |
364 | 364 |
| |
365 |
| - | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
366 | 368 |
| |
367 | 369 |
| |
368 | 370 |
| |
| |||
486 | 488 |
| |
487 | 489 |
| |
488 | 490 |
| |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
489 | 502 |
| |
490 | 503 |
| |
491 | 504 |
| |
|
Lines changed: 9 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
79 | 79 |
| |
80 | 80 |
| |
81 | 81 |
| |
| 82 | + | |
82 | 83 |
| |
83 | 84 |
| |
84 | 85 |
| |
| |||
1456 | 1457 |
| |
1457 | 1458 |
| |
1458 | 1459 |
| |
1459 |
| - | |
| 1460 | + | |
| 1461 | + | |
1460 | 1462 |
| |
1461 | 1463 |
| |
1462 | 1464 |
| |
| |||
2312 | 2314 |
| |
2313 | 2315 |
| |
2314 | 2316 |
| |
| 2317 | + | |
2315 | 2318 |
| |
2316 | 2319 |
| |
2317 | 2320 |
| |
| |||
2362 | 2365 |
| |
2363 | 2366 |
| |
2364 | 2367 |
| |
| 2368 | + | |
| 2369 | + | |
| 2370 | + | |
| 2371 | + | |
2365 | 2372 |
| |
2366 | 2373 |
| |
2367 | 2374 |
| |
| |||
2439 | 2446 |
| |
2440 | 2447 |
| |
2441 | 2448 |
| |
| 2449 | + | |
2442 | 2450 |
| |
2443 | 2451 |
| |
2444 | 2452 |
| |
|
0 commit comments
Comments
(0)