|
PostgreSQL Source Code git master
|
Data Fields | |
| ParseState * | pstate |
| Oid | collation |
| CollateStrength | strength |
| int | location |
| Oid | collation2 |
| int | location2 |
Definition at line 64 of file parse_collate.c.
| Oid assign_collations_context::collation |
Definition at line 67 of file parse_collate.c.
Referenced by assign_collations_walker(), assign_expr_collations(), assign_hypothetical_collations(), merge_collation_state(), and select_common_collation().
| Oid assign_collations_context::collation2 |
Definition at line 71 of file parse_collate.c.
Referenced by assign_collations_walker(), assign_hypothetical_collations(), merge_collation_state(), and select_common_collation().
| int assign_collations_context::location |
Definition at line 69 of file parse_collate.c.
Referenced by assign_collations_walker(), assign_expr_collations(), assign_hypothetical_collations(), merge_collation_state(), and select_common_collation().
| int assign_collations_context::location2 |
Definition at line 72 of file parse_collate.c.
Referenced by assign_collations_walker(), assign_hypothetical_collations(), merge_collation_state(), and select_common_collation().
| ParseState* assign_collations_context::pstate |
Definition at line 66 of file parse_collate.c.
Referenced by assign_aggregate_collations(), assign_collations_walker(), assign_expr_collations(), assign_hypothetical_collations(), assign_ordered_set_collations(), merge_collation_state(), and select_common_collation().
| CollateStrength assign_collations_context::strength |
Definition at line 68 of file parse_collate.c.
Referenced by assign_collations_walker(), assign_expr_collations(), assign_hypothetical_collations(), merge_collation_state(), and select_common_collation().