]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
bump catalog version as should have been done for jsonb_set_lax
authorAndrew Dunstan <andrew@dunslane.net>
Fri, 17 Jan 2020 05:54:13 +0000 (16:24 +1030)
committerAndrew Dunstan <andrew@dunslane.net>
Fri, 17 Jan 2020 05:54:13 +0000 (16:24 +1030)
src/include/catalog/catversion.h

index 6ac57be6a08bf820eefd3be57df528fa5c730326..e05494a857f3bbb66a06d66d943c2bd13c2d72eb 100644 (file)
@@ -53,6 +53,6 @@
  */
 
 /*                                                     yyyymmddN */
-#define CATALOG_VERSION_NO     202001151
+#define CATALOG_VERSION_NO     202001171
 
 #endif