forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1c6d055
committed
fsync pg_logical/mappings in CheckPointLogicalRewriteHeap().
While individual logical rewrite files were synced to disk, the directory wasnot. On some filesystems that could lead to loosing directory entries after acrash.Reported-By: Tom Lane <tgl@sss.pgh.pa.us>Author: Nathan Bossart <bossartn@amazon.com>Discussion:https://postgr.es/m/867F2E29-2782-4869-970E-B984C6D35A8F@amazon.comBackpatch: 10-1 parent1c0452c commit1c6d055
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1312 | 1312 |
| |
1313 | 1313 |
| |
1314 | 1314 |
| |
| 1315 | + | |
| 1316 | + | |
| 1317 | + | |
1315 | 1318 |
|
0 commit comments
Comments
(0)