forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit691073b
committed
Honor PGCTLTIMEOUT environment variable for pg_regress' startup wait.
In commit2ffa869 we made pg_ctl recognize an environment variablePGCTLTIMEOUT to set the default timeout for starting and stopping thepostmaster. However, pg_regress uses pg_ctl only for the "stop" end ofthat; it has bespoke code for starting the postmaster, and that code hashistorically had a hard-wired 60-second timeout. Further buildfarmexperience says it'd be a good idea if that timeout were also controlledby PGCTLTIMEOUT, so let's make it so. Like the previous patch, back-patchto all active branches.Discussion: <13969.1461191936@sss.pgh.pa.us>1 parent6ec1ff8 commit691073b
1 file changed
+21
-6
lines changedLines changed: 21 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2389 | 2389 |
| |
2390 | 2390 |
| |
2391 | 2391 |
| |
| 2392 | + | |
| 2393 | + | |
2392 | 2394 |
| |
2393 | 2395 |
| |
2394 | 2396 |
| |
| |||
2562 | 2564 |
| |
2563 | 2565 |
| |
2564 | 2566 |
| |
2565 |
| - | |
2566 |
| - | |
2567 |
| - | |
| 2567 | + | |
| 2568 | + | |
| 2569 | + | |
| 2570 | + | |
| 2571 | + | |
2568 | 2572 |
| |
2569 |
| - | |
| 2573 | + | |
| 2574 | + | |
| 2575 | + | |
| 2576 | + | |
| 2577 | + | |
| 2578 | + | |
| 2579 | + | |
| 2580 | + | |
| 2581 | + | |
| 2582 | + | |
| 2583 | + | |
2570 | 2584 |
| |
2571 | 2585 |
| |
2572 | 2586 |
| |
| |||
2587 | 2601 |
| |
2588 | 2602 |
| |
2589 | 2603 |
| |
2590 |
| - | |
| 2604 | + | |
2591 | 2605 |
| |
2592 |
| - | |
| 2606 | + | |
| 2607 | + | |
2593 | 2608 |
| |
2594 | 2609 |
| |
2595 | 2610 |
| |
|
0 commit comments
Comments
(0)