- Notifications
You must be signed in to change notification settings - Fork5k
Commitc55de5e
committed
Add wait event for fsync of WAL segments
This has been visibly a forgotten spot in the first implementation ofwait events for I/O added by249cf07, and what has been missing is afsync call for WAL segments which is a wrapper reacting on the value ofGUC wal_sync_method.Reported-by: Konstantin KnizhnikAuthor: Konstantin KnizhnikReviewed-by: Craig Ringer, Michael PaquierDiscussion:https://postgr.es/m/4a243897-0ad8-f471-aa40-242591f2476e@postgrespro.ru1 parentc072e80 commitc55de5e
File tree
4 files changed
+10
-0
lines changed- doc/src/sgml
- src
- backend
- access/transam
- postmaster
- include
4 files changed
+10
-0
lines changedLines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1674 | 1674 |
| |
1675 | 1675 |
| |
1676 | 1676 |
| |
| 1677 | + | |
| 1678 | + | |
| 1679 | + | |
| 1680 | + | |
1677 | 1681 |
| |
1678 | 1682 |
| |
1679 | 1683 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10156 | 10156 |
| |
10157 | 10157 |
| |
10158 | 10158 |
| |
| 10159 | + | |
10159 | 10160 |
| |
10160 | 10161 |
| |
10161 | 10162 |
| |
| |||
10191 | 10192 |
| |
10192 | 10193 |
| |
10193 | 10194 |
| |
| 10195 | + | |
10194 | 10196 |
| |
10195 | 10197 |
| |
10196 | 10198 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3925 | 3925 |
| |
3926 | 3926 |
| |
3927 | 3927 |
| |
| 3928 | + | |
| 3929 | + | |
| 3930 | + | |
3928 | 3931 |
| |
3929 | 3932 |
| |
3930 | 3933 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
921 | 921 |
| |
922 | 922 |
| |
923 | 923 |
| |
| 924 | + | |
924 | 925 |
| |
925 | 926 |
| |
926 | 927 |
| |
|
0 commit comments
Comments
(0)