forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitdd36d6b
committed
Fix missing fsync of SLRU directories.
Harmonize behavior by moving reponsibility for fsyncing directories downinto slru.c. In 10 and later, only the multixact directories weremissed (see commit1b02be2), and in older branches all SLRUs weremissed.Back-patch to all supported releases.Reviewed-by: Andres Freund <andres@anarazel.de>Reviewed-by: Michael Paquier <michael@paquier.xyz>Discussion:https://postgr.es/m/CA%2BhUKGLtsTUOScnNoSMZ-2ZLv%2BwGh01J6kAo_DM8mTRq1sKdSQ%40mail.gmail.com1 parentb91033a commitdd36d6b
3 files changed
+4
-13
lines changedLines changed: 0 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
602 | 602 |
| |
603 | 603 |
| |
604 | 604 |
| |
605 |
| - | |
606 |
| - | |
607 |
| - | |
608 |
| - | |
609 |
| - | |
610 |
| - | |
611 |
| - | |
612 | 605 |
| |
613 | 606 |
| |
614 | 607 |
| |
|
Lines changed: 0 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
761 | 761 |
| |
762 | 762 |
| |
763 | 763 |
| |
764 |
| - | |
765 |
| - | |
766 |
| - | |
767 |
| - | |
768 |
| - | |
769 |
| - | |
770 | 764 |
| |
771 | 765 |
| |
772 | 766 |
| |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1160 | 1160 |
| |
1161 | 1161 |
| |
1162 | 1162 |
| |
| 1163 | + | |
| 1164 | + | |
| 1165 | + | |
| 1166 | + | |
1163 | 1167 |
| |
1164 | 1168 |
| |
1165 | 1169 |
| |
|
0 commit comments
Comments
(0)