aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2023-08-20 15:44:48 +0900
committerMichael Paquier <michael@paquier.xyz>2023-08-20 15:44:48 +0900
commit1951d21b29939ddcb0e30a018cf413b949e40d97 (patch)
treecec921cf4c9770c1b15593d5a97690305d235b78 /src
parent1e68e43d3f0ff1dcf4a5926f9d6336b86bda034d (diff)
downloadpostgresql-1951d21b29939ddcb0e30a018cf413b949e40d97.tar.gz
postgresql-1951d21b29939ddcb0e30a018cf413b949e40d97.zip
Bump catalog version for pg_wait_events
Missed in 1e68e43, because I cannot correctly merge a branch.
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 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