]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Bump catversion for JSON_TABLE PLAN clause
authorAlexander Korotkov <akorotkov@postgresql.org>
Thu, 9 Jul 2026 19:23:26 +0000 (22:23 +0300)
committerAlexander Korotkov <akorotkov@postgresql.org>
Thu, 9 Jul 2026 19:23:26 +0000 (22:23 +0300)
86ab7f4c721d misses catversion bump as it adds new fields to the existing
nodes.

Reported-by: Thom Brown <thom@linux.com>
Discussion: https://postgr.es/m/CAA-aLv7aZGSExnbjJRw8eKkoXbu34TdoKLLA2gPye3aHjO5OSA%40mail.gmail.com

src/include/catalog/catversion.h

index be36ca979037f832145731d1a97100470c1f82ff..ba4e2b4d908f96046cd53ed346ed173fd9a8c597 100644 (file)
@@ -57,6 +57,6 @@
  */
 
 /*                                                     yyyymmddN */
-#define CATALOG_VERSION_NO     202607072
+#define CATALOG_VERSION_NO     202607091
 
 #endif