aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Bossart <nathan@postgresql.org>2023-08-23 14:19:58 -0700
committerNathan Bossart <nathan@postgresql.org>2023-08-23 14:19:58 -0700
commitd7f249020a11a87cedad04fb071f3287321d5f20 (patch)
treed2c3d132eff12d4e51e0ec8ceb557bc50dfa90a9
parentb2c91d841f1f58f6f553d9e6832fdfaedec00402 (diff)
downloadpostgresql-d7f249020a11a87cedad04fb071f3287321d5f20.tar.gz
postgresql-d7f249020a11a87cedad04fb071f3287321d5f20.zip
Bump catversion for to_bin() and to_oct().
Missed in 260a1f18da.
-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 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