Commit b8e20d6
committed
Add wait events for WAL archive and recovery pause.
This commit introduces new wait events BackupWaitWalArchive and
RecoveryPause. The former is reported while waiting for the WAL files
required for the backup to be successfully archived. The latter is
reported while waiting for recovery in pause state to be resumed.
Author: Fujii Masao
Reviewed-by: Michael Paquier, Atsushi Torikoshi, Robert Haas
Discussion: https://postgr.es/m/f0651f8c-9c96-9f29-0ff9-80414a15308a@oss.nttdata.com1 parent 76df765 commit b8e20d6
File tree
4 files changed
+22
-2
lines changed- doc/src/sgml
- src
- backend
- access/transam
- postmaster
- include
4 files changed
+22
-2
lines changed| 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 | | |
| |||
| 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 | | |
| |||
| 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 | | |
| |||
| 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