mirror of
https://github.com/postgres/postgres.git
synced 2025-12-21 05:21:08 +03:00
Sync PG_VERSION file in CREATE DATABASE.
An OS crash could leave PG_VERSION empty or missing. The same symptom
appeared in a backup by block device snapshot, taken after the next
checkpoint and before the OS flushes the PG_VERSION blocks. Device
snapshots are not a documented backup method, however. Back-patch to
v15, where commit 9c08aea6a3 introduced
STRATEGY=WAL_LOG and made it the default.
Discussion: https://postgr.es/m/20240130195003.0a.nmisch@google.com
This commit is contained in:
@@ -229,7 +229,8 @@ typedef enum
|
||||
WAIT_EVENT_WAL_READ,
|
||||
WAIT_EVENT_WAL_SYNC,
|
||||
WAIT_EVENT_WAL_SYNC_METHOD_ASSIGN,
|
||||
WAIT_EVENT_WAL_WRITE
|
||||
WAIT_EVENT_WAL_WRITE,
|
||||
WAIT_EVENT_VERSION_FILE_SYNC
|
||||
} WaitEventIO;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user