From: Andrew Dunstan Date: Fri, 17 Jan 2020 05:54:13 +0000 (+1030) Subject: bump catalog version as should have been done for jsonb_set_lax X-Git-Tag: REL_13_BETA1~857 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4b0e0f67f2f16c077b4e5c8a3d70c6af4355db09;p=thirdparty%2Fpostgresql.git bump catalog version as should have been done for jsonb_set_lax --- diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h index 6ac57be6a08..e05494a857f 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -53,6 +53,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 202001151 +#define CATALOG_VERSION_NO 202001171 #endif