From e9fe25780768d27522a7b75ad3f8446ec2476333 Mon Sep 17 00:00:00 2001 From: naisila Date: Mon, 8 Jul 2024 22:43:07 +0200 Subject: [PATCH] Define colliculocale and daticulocale since they have been renamed Relevant PG commit: f696c0cd5f299f1b51e214efc55a22a782cc175d https://github.com/postgres/postgres/commit/f696c0cd5f299f1b51e214efc55a22a782cc175d --- src/include/pg_version_compat.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/include/pg_version_compat.h b/src/include/pg_version_compat.h index 0048b016e..29f09024c 100644 --- a/src/include/pg_version_compat.h +++ b/src/include/pg_version_compat.h @@ -57,6 +57,9 @@ typedef int ObjectClass; #define OCLASS_AM AccessMethodRelationId #define OCLASS_TSTEMPLATE TSTemplateRelationId +#define Anum_pg_collation_colliculocale Anum_pg_collation_colllocale +#define Anum_pg_database_daticulocale Anum_pg_database_datlocale + #endif #if PG_VERSION_NUM >= PG_VERSION_16