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
-
Ensure that creation of an empty relfile is fsync'd at checkpoint.
- 6377f705cab2 11.21 landed
- 1b4f1c6f8a6c 12.16 landed
- acc8cdff4245 13.12 landed
- d85bf0719e71 14.9 landed
- e24c02e4d258 15.4 landed
- d431644b43fc 16.0 landed
- 4b4798e1384c 17.0 landed
-
Fix missing fsync of SLRU directories.
- aca74843e40f 14.0 cited