Re: Creation of an empty table is not fsync'd at checkpoint

Heikki Linnakangas <hlinnaka@iki.fi>

From: Heikki Linnakangas <hlinnaka@iki.fi>
To: Daniel Gustafsson <daniel@yesql.se>
Cc: PostgreSQL Hackers <pgsql-hackers@postgresql.org>, Thomas Munro <thomas.munro@gmail.com>
Date: 2023-07-04T15:33:05Z
Lists: pgsql-hackers
On 03/07/2023 15:59, Daniel Gustafsson wrote:
> This patch required a trivial rebase after conflicting with bfcf1b3480 so I've
> attached a v2 to get the CFBot to run this.

Thank you! Pushed to all supported branches. (Without forgetting the new 
REL_16_STABLE :-D ).

-- 
Heikki Linnakangas
Neon (https://neon.tech)




Commits

  1. Ensure that creation of an empty relfile is fsync'd at checkpoint.

  2. Fix missing fsync of SLRU directories.