diff options
author | Michael Paquier <michael@paquier.xyz> | 2023-08-20 15:44:48 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2023-08-20 15:44:48 +0900 |
commit | 1951d21b29939ddcb0e30a018cf413b949e40d97 (patch) | |
tree | cec921cf4c9770c1b15593d5a97690305d235b78 /src | |
parent | 1e68e43d3f0ff1dcf4a5926f9d6336b86bda034d (diff) | |
download | postgresql-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.h | 2 |
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 |