fsync pg_logical/mappings in CheckPointLogicalRewriteHeap(). While individual logical rewrite files were synced to disk, the directory was not. On some filesystems that could lead to loosing directory entries after a crash.
Reported-By: Tom Lane <[email protected]> Author: Nathan Bossart <[email protected]> Discussion: https://postgr.es/m/[email protected] Backpatch: 10- Branch ------ REL_14_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/2b7dbe4bd5872ae5c6780e1a4121c2a5a8401e7c Modified Files -------------- src/backend/access/heap/rewriteheap.c | 3 +++ 1 file changed, 3 insertions(+)
