pgsql: Bump PG_CONTROL_VERSION for commit 3e0ae46d90 - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Bump PG_CONTROL_VERSION for commit 3e0ae46d90
Date
Msg-id E1vIVab-005whw-1R@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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 <tgl@sss.pgh.pa.us>
Discussion: https://www.postgresql.org/message-id/1874404.1762787779@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e510378358540703a13b77090a0021853bae0745

Modified Files
--------------
src/include/catalog/pg_control.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Nathan Bossart
Date:
Subject: pgsql: Check for CREATE privilege on the schema in CREATE STATISTICS.
Next
From: Tom Lane
Date:
Subject: pgsql: Last-minute updates for release notes.