Perform missed catversion bump
authorDaniel Gustafsson <dgustafsson@postgresql.org>
Wed, 9 Apr 2025 07:29:12 +0000 (09:29 +0200)
committerDaniel Gustafsson <dgustafsson@postgresql.org>
Wed, 9 Apr 2025 07:29:12 +0000 (09:29 +0200)
Commit c57971034e69ca renamed an argument for a function but missed
to bump the catversion to reflect this.

Reported-by: David Rowley <dgrowleyml@gmail.com>
Discussion: https://postgr.es/m/CAApHDvqOega=dPtu3h2C5fJWJEuaGCMDib_sVfhKQqgUNJVmFA@mail.gmail.com

src/include/catalog/catversion.h

index 18a1284cf518dc5ae2a458427227830216870837..3cb695d233cdc80e528fda043bc50e1368fb6cc2 100644 (file)
@@ -57,6 +57,6 @@
  */
 
 /*                         yyyymmddN */
-#define CATALOG_VERSION_NO 202504073
+#define CATALOG_VERSION_NO 202504091
 
 #endif