summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorPeter Eisentraut2023-05-12 07:45:50 +0000
committerPeter Eisentraut2023-05-12 08:03:05 +0000
commite32701b8d285cd402f75fc9059d083e89ee8166b (patch)
tree35dad8be0adc4ddbec55e9f7637beaf7994f8d81 /src/include
parentc8b881d21fd8e0214bc43280d6231cc2c6ef55ef (diff)
initdb: Set collversion for standard collation UNICODE
Since the behavior of the UNICODE collation can change with new ICU/Unicode versions, we need to apply the versioning mechanism to it. We do this with an UPDATE command in initdb; this is similar to how we put the collation version into pg_database already. Reported-by: Daniel Verite <daniel@manitou-mail.org> Discussion: https://www.postgresql.org/message-id/49417853-7bdd-4b23-a4e9-04c7aff33821@manitou-mail.org
Diffstat (limited to 'src/include')
-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 a091f2ca264..d10cc28b0c1 100644
--- a/src/include/catalog/catversion.h
+++ b/src/include/catalog/catversion.h
@@ -57,6 +57,6 @@
*/
/* yyyymmddN */
-#define CATALOG_VERSION_NO 202305041
+#define CATALOG_VERSION_NO 202305121
#endif