From 9288c2e6f8e6bb523f309dd413af1344962ebc6e Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Thu, 18 Aug 2022 15:10:06 -0400 Subject: [PATCH] Bump catversion for 6566133c5f52771198aca07ed18f84519fac1be7 Omission noted by Tom Lane. --- src/include/catalog/catversion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h index e51026cb55f..0aebda6a478 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -57,6 +57,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 202208021 +#define CATALOG_VERSION_NO 202208181 #endif -- 2.39.5