aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dunstan <andrew@dunslane.net>2020-01-17 16:24:13 +1030
committerAndrew Dunstan <andrew@dunslane.net>2020-01-17 16:24:13 +1030
commit4b0e0f67f2f16c077b4e5c8a3d70c6af4355db09 (patch)
treed50170e94f2fc36755f35e352161683b16bf234a
parenta83586b5543b948f9e621462537a7303b113c482 (diff)
downloadpostgresql-4b0e0f67f2f16c077b4e5c8a3d70c6af4355db09.tar.gz
postgresql-4b0e0f67f2f16c077b4e5c8a3d70c6af4355db09.zip
bump catalog version as should have been done for jsonb_set_lax
-rw-r--r--src/include/catalog/catversion.h2
1 files changed, 1 insertions, 1 deletions
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