- Notifications
You must be signed in to change notification settings - Fork28
Commitb8e20d6
committed
Add wait events for WAL archive and recovery pause.
This commit introduces new wait events BackupWaitWalArchive andRecoveryPause. The former is reported while waiting for the WAL filesrequired for the backup to be successfully archived. The latter isreported while waiting for recovery in pause state to be resumed.Author: Fujii MasaoReviewed-by: Michael Paquier, Atsushi Torikoshi, Robert HaasDiscussion:https://postgr.es/m/f0651f8c-9c96-9f29-0ff9-80414a15308a@oss.nttdata.com1 parent76df765 commitb8e20d6
File tree
4 files changed
+22
-2
lines changed- doc/src/sgml
- src
- backend
- access/transam
- postmaster
- include
4 files changed
+22
-2
lines changedLines changed: 9 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1339 | 1339 |
| |
1340 | 1340 |
| |
1341 | 1341 |
| |
1342 |
| - | |
| 1342 | + | |
| 1343 | + | |
| 1344 | + | |
| 1345 | + | |
| 1346 | + | |
1343 | 1347 |
| |
1344 | 1348 |
| |
1345 | 1349 |
| |
| |||
1471 | 1475 |
| |
1472 | 1476 |
| |
1473 | 1477 |
| |
| 1478 | + | |
| 1479 | + | |
| 1480 | + | |
| 1481 | + | |
1474 | 1482 |
| |
1475 | 1483 |
| |
1476 | 1484 |
| |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5946 | 5946 |
| |
5947 | 5947 |
| |
5948 | 5948 |
| |
| 5949 | + | |
5949 | 5950 |
| |
| 5951 | + | |
5950 | 5952 |
| |
5951 | 5953 |
| |
5952 | 5954 |
| |
| |||
11146 | 11148 |
| |
11147 | 11149 |
| |
11148 | 11150 |
| |
| 11151 | + | |
11149 | 11152 |
| |
| 11153 | + | |
11150 | 11154 |
| |
11151 | 11155 |
| |
11152 | 11156 |
| |
|
Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3682 | 3682 |
| |
3683 | 3683 |
| |
3684 | 3684 |
| |
| 3685 | + | |
| 3686 | + | |
| 3687 | + | |
3685 | 3688 |
| |
3686 | 3689 |
| |
3687 | 3690 |
| |
| |||
3781 | 3784 |
| |
3782 | 3785 |
| |
3783 | 3786 |
| |
| 3787 | + | |
| 3788 | + | |
| 3789 | + | |
3784 | 3790 |
| |
3785 | 3791 |
| |
3786 | 3792 |
| |
|
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
798 | 798 |
| |
799 | 799 |
| |
800 | 800 |
| |
801 |
| - | |
| 801 | + | |
| 802 | + | |
802 | 803 |
| |
803 | 804 |
| |
804 | 805 |
| |
| |||
831 | 832 |
| |
832 | 833 |
| |
833 | 834 |
| |
| 835 | + | |
834 | 836 |
| |
835 | 837 |
| |
836 | 838 |
| |
|
0 commit comments
Comments
(0)