From b4013b8e4a271816ba87aa56f46dbc04a083d962 Mon Sep 17 00:00:00 2001 From: Andres Freund Date: Tue, 27 Mar 2018 19:07:39 -0700 Subject: [PATCH] Add catversion bump missed in 16828d5c0. Given that pg_attribute changed its layout... --- 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 1f396a9bc7..bfc2bd125d 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -53,6 +53,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 201803231 +#define CATALOG_VERSION_NO 201803271 #endif -- 2.40.0