From: Alvaro Herrera Date: Thu, 27 Feb 2020 20:25:47 +0000 (-0300) Subject: Catversion bump for b9b408c48724 X-Git-Url: http://git.postgresql.org/gitweb/static/session/index.html?a=commitdiff_plain;h=afb5465e0cfce7637066eaaaeecab30b0f23fbe3;p=users%2Frhaas%2Fpostgres.git Catversion bump for b9b408c48724 Per Tom Lane. --- diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h index 1a5e5ce8d1..740e36fdf3 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -53,6 +53,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 202002261 +#define CATALOG_VERSION_NO 202002271 #endif