diff options
author | Nathan Bossart <nathan@postgresql.org> | 2023-08-23 14:19:58 -0700 |
---|---|---|
committer | Nathan Bossart <nathan@postgresql.org> | 2023-08-23 14:19:58 -0700 |
commit | d7f249020a11a87cedad04fb071f3287321d5f20 (patch) | |
tree | d2c3d132eff12d4e51e0ec8ceb557bc50dfa90a9 | |
parent | b2c91d841f1f58f6f553d9e6832fdfaedec00402 (diff) | |
download | postgresql-d7f249020a11a87cedad04fb071f3287321d5f20.tar.gz postgresql-d7f249020a11a87cedad04fb071f3287321d5f20.zip |
Bump catversion for to_bin() and to_oct().
Missed in 260a1f18da.
-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 ab32910c1fc..d1f8107d26b 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -57,6 +57,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 202308201 +#define CATALOG_VERSION_NO 202308231 #endif |