mirror of https://github.com/citusdata/citus.git
Define colliculocale and daticulocale since they have been renamed
Relevant PG commit:
f696c0cd5f299f1b51e214efc55a22a782cc175d
f696c0cd5f
pg17_kickoff
parent
2076339843
commit
e9fe257807
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue