From: Heikki Linnakangas Date: Mon, 10 Nov 2025 17:12:08 +0000 (+0200) Subject: Bump PG_CONTROL_VERSION for commit 3e0ae46d90 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=e510378358540703a13b77090a0021853bae0745;p=users%2Frhaas%2Fpostgres.git Bump PG_CONTROL_VERSION for commit 3e0ae46d90 Commit 3e0ae46d90 added a field to ControlFileData and bumped CATALOG_VERSION_NO, but CATALOG_VERSION_NO is not the right version number for ControlFileData changes. Bumping either one will force an initdb, but PG_CONTROL_VERSION is more accurate. Bump PG_CONTROL_VERSION now. Reported-by: Tom Lane Discussion: https://www.postgresql.org/message-id/1874404.1762787779@sss.pgh.pa.us --- diff --git a/src/include/catalog/pg_control.h b/src/include/catalog/pg_control.h index 1ac0d5126f..293e9e03f5 100644 --- a/src/include/catalog/pg_control.h +++ b/src/include/catalog/pg_control.h @@ -22,7 +22,7 @@ /* Version identifier for this pg_control format */ -#define PG_CONTROL_VERSION 1800 +#define PG_CONTROL_VERSION 1900 /* Nonce key length, see below */ #define MOCK_AUTH_NONCE_LEN 32