forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1fabec7
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 parent6c07f9e commit1fabec7
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1282 | 1282 |
| |
1283 | 1283 |
| |
1284 | 1284 |
| |
| 1285 | + | |
| 1286 | + | |
| 1287 | + | |
1285 | 1288 |
|
0 commit comments
Comments
(0)