summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Paquier2023-08-20 06:44:48 +0000
committerMichael Paquier2023-08-20 06:44:48 +0000
commit1951d21b29939ddcb0e30a018cf413b949e40d97 (patch)
treecec921cf4c9770c1b15593d5a97690305d235b78
parent1e68e43d3f0ff1dcf4a5926f9d6336b86bda034d (diff)
Bump catalog version for pg_wait_events
Missed in 1e68e43, because I cannot correctly merge a branch.
-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 7f9c43b2aba..ab32910c1fc 100644
--- a/src/include/catalog/catversion.h
+++ b/src/include/catalog/catversion.h
@@ -57,6 +57,6 @@
*/
/* yyyymmddN */
-#define CATALOG_VERSION_NO 202308161
+#define CATALOG_VERSION_NO 202308201
#endif