forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1d253ba
committed
Rename the recovery-related wait events.
This commit renames RecoveryWalAll and RecoveryWalStream wait events toRecoveryWalStream and RecoveryRetrieveRetryInterval, respectively,in order to make the names and what they are more consistent. For example,previously RecoveryWalAll was reported as a wait event while the recoverywas waiting for WAL from a stream, and which was confusing because the namewas very different from the situation where the wait actually could happen.The names of macro variables for those wait events also are renamedaccordingly.This commit also changes the category of RecoveryRetrieveRetryInterval toTimeout from Activity because the wait event is reported while waiting basedon wal_retrieve_retry_interval.Author: Fujii MasaoReviewed-by: Kyotaro Horiguchi, Atsushi TorikoshiDiscussion:https://postgr.es/m/124997ee-096a-5d09-d8da-2c7a57d0816e@oss.nttdata.com1 parent72e78d8 commit1d253ba
File tree
4 files changed
+18
-18
lines changed- doc/src/sgml
- src
- backend
- access/transam
- postmaster
- include
4 files changed
+18
-18
lines changedLines changed: 11 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1244 | 1244 |
| |
1245 | 1245 |
| |
1246 | 1246 |
| |
1247 |
| - | |
| 1247 | + | |
1248 | 1248 |
| |
1249 | 1249 |
| |
1250 | 1250 |
| |
| |||
1276 | 1276 |
| |
1277 | 1277 |
| |
1278 | 1278 |
| |
1279 |
| - | |
1280 |
| - | |
1281 |
| - | |
1282 |
| - | |
1283 | 1279 |
| |
1284 | 1280 |
| |
1285 |
| - | |
1286 |
| - | |
1287 |
| - | |
1288 |
| - | |
1289 |
| - | |
| 1281 | + | |
1290 | 1282 |
| |
1291 | 1283 |
| |
1292 | 1284 |
| |
| |||
1496 | 1488 |
| |
1497 | 1489 |
| |
1498 | 1490 |
| |
1499 |
| - | |
| 1491 | + | |
1500 | 1492 |
| |
1501 | 1493 |
| |
1502 | 1494 |
| |
| |||
1508 | 1500 |
| |
1509 | 1501 |
| |
1510 | 1502 |
| |
| 1503 | + | |
| 1504 | + | |
| 1505 | + | |
| 1506 | + | |
| 1507 | + | |
| 1508 | + | |
| 1509 | + | |
| 1510 | + | |
1511 | 1511 |
| |
1512 | 1512 |
| |
1513 | 1513 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12031 | 12031 |
| |
12032 | 12032 |
| |
12033 | 12033 |
| |
12034 |
| - | |
| 12034 | + | |
12035 | 12035 |
| |
12036 | 12036 |
| |
12037 | 12037 |
| |
| |||
12221 | 12221 |
| |
12222 | 12222 |
| |
12223 | 12223 |
| |
12224 |
| - | |
| 12224 | + | |
12225 | 12225 |
| |
12226 | 12226 |
| |
12227 | 12227 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3602 | 3602 |
| |
3603 | 3603 |
| |
3604 | 3604 |
| |
3605 |
| - | |
3606 |
| - | |
3607 |
| - | |
3608 | 3605 |
| |
3609 | 3606 |
| |
3610 | 3607 |
| |
| |||
3824 | 3821 |
| |
3825 | 3822 |
| |
3826 | 3823 |
| |
| 3824 | + | |
| 3825 | + | |
| 3826 | + | |
3827 | 3827 |
| |
3828 | 3828 |
| |
3829 | 3829 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
761 | 761 |
| |
762 | 762 |
| |
763 | 763 |
| |
764 |
| - | |
765 | 764 |
| |
766 | 765 |
| |
767 | 766 |
| |
| |||
848 | 847 |
| |
849 | 848 |
| |
850 | 849 |
| |
851 |
| - | |
| 850 | + | |
| 851 | + | |
852 | 852 |
| |
853 | 853 |
| |
854 | 854 |
| |
|
0 commit comments
Comments
(0)