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 <[email protected]> Discussion: https://www.postgresql.org/message-id/[email protected] 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(-)
