forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2b7dbe4
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 parent700e8fe commit2b7dbe4
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1289 | 1289 |
| |
1290 | 1290 |
| |
1291 | 1291 |
| |
| 1292 | + | |
| 1293 | + | |
| 1294 | + | |
1292 | 1295 |
|
0 commit comments
Comments
(0)