forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd38603b
committed
Improve sequence and sense of messages from pg_stop_backup().
Now doesn't report it is waiting until it actually is waiting,plus message doesn't appear until at least 5 seconds wait, sowe avoid reporting the wait before we've given the archivera reasonable time to wake up and archive the file we justcreated earlier in the function.Also add new unconditional message to confirm safe completion.Now a normal, healthy execution does not report waiting atall, just safe completion.1 parent2847de9 commitd38603b
1 file changed
+12
-4
lines changedLines changed: 12 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
8290 | 8290 |
| |
8291 | 8291 |
| |
8292 | 8292 |
| |
| 8293 | + | |
8293 | 8294 |
| |
8294 | 8295 |
| |
8295 | 8296 |
| |
| |||
8431 | 8432 |
| |
8432 | 8433 |
| |
8433 | 8434 |
| |
8434 |
| - | |
8435 |
| - | |
8436 |
| - | |
8437 | 8435 |
| |
8438 | 8436 |
| |
8439 | 8437 |
| |
| |||
8442 | 8440 |
| |
8443 | 8441 |
| |
8444 | 8442 |
| |
| 8443 | + | |
| 8444 | + | |
| 8445 | + | |
| 8446 | + | |
| 8447 | + | |
| 8448 | + | |
| 8449 | + | |
8445 | 8450 |
| |
8446 | 8451 |
| |
8447 | 8452 |
| |
| |||
8456 | 8461 |
| |
8457 | 8462 |
| |
8458 | 8463 |
| |
| 8464 | + | |
| 8465 | + | |
| 8466 | + | |
8459 | 8467 |
| |
8460 | 8468 |
| |
8461 | 8469 |
| |
|
0 commit comments
Comments
(0)