Define colliculocale and daticulocale since they have been renamed

Relevant PG commit:
f696c0cd5f299f1b51e214efc55a22a782cc175d
f696c0cd5f
pg17_kickoff
naisila 2024-07-08 22:43:07 +02:00
parent 2076339843
commit e9fe257807
No known key found for this signature in database
GPG Key ID: A824BA9862D73E6D
1 changed files with 3 additions and 0 deletions

View File

@ -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