pgsql: Sync PG_VERSION file in CREATE DATABASE.

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: Sync PG_VERSION file in CREATE DATABASE.
Дата
Msg-id E1rVetC-004Dfc-Lt@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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 9c08aea6a3090a396be334cc58c511edab05776a introduced
STRATEGY=WAL_LOG and made it the default.

Discussion: https://postgr.es/m/20240130195003.0a.nmisch@google.com

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/8fa4a1ac61189efffb8b851ee77e1bc87360c445

Modified Files
--------------
doc/src/sgml/monitoring.sgml            | 5 +++++
src/backend/commands/dbcommands.c       | 8 ++++++++
src/backend/utils/activity/wait_event.c | 3 +++
src/include/utils/wait_event.h          | 3 ++-
4 files changed, 18 insertions(+), 1 deletion(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Update time zone data files to tzdata release 2024a.
Следующее
От: David Rowley
Дата:
Сообщение: pgsql: Allow Gather Merge in more cases for parallel DISTINCT