From: Andres Freund Date: Wed, 28 Mar 2018 02:07:39 +0000 (-0700) Subject: Add catversion bump missed in 16828d5c0. X-Git-Tag: REL_11_BETA1~463 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=b4013b8e4a271816ba87aa56f46dbc04a083d962;p=postgresql.git Add catversion bump missed in 16828d5c0. Given that pg_attribute changed its layout... --- diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h index 1f396a9bc7d..bfc2bd125d7 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