From 4b0e0f67f2f16c077b4e5c8a3d70c6af4355db09 Mon Sep 17 00:00:00 2001 From: Andrew Dunstan Date: Fri, 17 Jan 2020 16:24:13 +1030 Subject: [PATCH] bump catalog version as should have been done for jsonb_set_lax --- 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 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 -- 2.39.5