pgsql: fsync pg_logical/mappings in CheckPointLogicalRewriteHeap().

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: fsync pg_logical/mappings in CheckPointLogicalRewriteHeap().
Date: 2022-01-21 19:49:34
Message-ID: E1nAzug-00032w-RF@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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 <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Author: Nathan Bossart <bossartn(at)amazon(dot)com>
Discussion: https://postgr.es/m/867F2E29-2782-4869-970E-B984C6D35A8F@amazon.com
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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2022-01-21 19:49:37 pgsql: fsync pg_logical/mappings in CheckPointLogicalRewriteHeap().
Previous Message Andres Freund 2022-01-21 19:49:31 pgsql: fsync pg_logical/mappings in CheckPointLogicalRewriteHeap().