aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Gustafsson <dgustafsson@postgresql.org>2025-04-09 09:29:12 +0200
committerDaniel Gustafsson <dgustafsson@postgresql.org>2025-04-09 09:29:12 +0200
commitef366b7d7e3e66ca55ce80c9dfa3254ada727754 (patch)
treee2b51b9e1f514945d7db7f8d4f193da1586b04a9 /src
parentdd496eedeaac7cc9023e8fbca709475868ed5d9a (diff)
downloadpostgresql-ef366b7d7e3e66ca55ce80c9dfa3254ada727754.tar.gz
postgresql-ef366b7d7e3e66ca55ce80c9dfa3254ada727754.zip
Perform missed catversion bump
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
Diffstat (limited to 'src')
-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 18a1284cf51..3cb695d233c 100644
--- a/src/include/catalog/catversion.h
+++ b/src/include/catalog/catversion.h
@@ -57,6 +57,6 @@
*/
/* yyyymmddN */
-#define CATALOG_VERSION_NO 202504073
+#define CATALOG_VERSION_NO 202504091
#endif