Define colliculocale and daticulocale since they have been renamed

Relevant PG commit:
f696c0cd5f299f1b51e214efc55a22a782cc175d
f696c0cd5f
pull/7699/head
naisila 2024-07-08 22:43:07 +02:00
parent f5c3b0ad74
commit ad8eaf7b04
1 changed files with 3 additions and 0 deletions

View File

@ -57,6 +57,9 @@ typedef int ObjectClass;
#define OCLASS_AM AccessMethodRelationId #define OCLASS_AM AccessMethodRelationId
#define OCLASS_TSTEMPLATE TSTemplateRelationId #define OCLASS_TSTEMPLATE TSTemplateRelationId
#define Anum_pg_collation_colliculocale Anum_pg_collation_colllocale
#define Anum_pg_database_daticulocale Anum_pg_database_datlocale
#endif #endif
#if PG_VERSION_NUM >= PG_VERSION_16 #if PG_VERSION_NUM >= PG_VERSION_16