PostgreSQL Source Code git master
Loading...
Searching...
No Matches
assign_collations_context Struct Reference

Data Fields

ParseStatepstate
 
Oid collation
 
CollateStrength strength
 
int location
 
Oid collation2
 
int location2
 

Detailed Description

Definition at line 64 of file parse_collate.c.

Field Documentation

◆ collation

Oid assign_collations_context::collation

◆ collation2

Oid assign_collations_context::collation2

Definition at line 71 of file parse_collate.c.

Referenced by merge_collation_state(), and select_common_collation().

◆ location

int assign_collations_context::location

◆ location2

int assign_collations_context::location2

Definition at line 72 of file parse_collate.c.

Referenced by merge_collation_state(), and select_common_collation().

◆ pstate

◆ strength

CollateStrength assign_collations_context::strength

The documentation for this struct was generated from the following file: