From: Alexander Korotkov Date: Thu, 9 Jul 2026 19:23:26 +0000 (+0300) Subject: Bump catversion for JSON_TABLE PLAN clause X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=21e958c303bc8f79627726f4f15a8428c6a22003;p=thirdparty%2Fpostgresql.git Bump catversion for JSON_TABLE PLAN clause 86ab7f4c721d misses catversion bump as it adds new fields to the existing nodes. Reported-by: Thom Brown Discussion: https://postgr.es/m/CAA-aLv7aZGSExnbjJRw8eKkoXbu34TdoKLLA2gPye3aHjO5OSA%40mail.gmail.com --- diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h index be36ca97903..ba4e2b4d908 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -57,6 +57,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 202607072 +#define CATALOG_VERSION_NO 202607091 #endif