mirror of
https://github.com/postgres/postgres.git
synced 2025-11-07 19:06:32 +03:00
More collations cleanup, from trawling for missed collation assignments.
Mostly cosmetic, though I did find that generateClonedIndexStmt failed to clone the index's collations.
This commit is contained in:
@@ -1058,6 +1058,10 @@ typedef struct SelectStmt
|
||||
* can be coerced to the output column type.) Also, if it's not UNION ALL,
|
||||
* information about the types' sort/group semantics is provided in the form
|
||||
* of a SortGroupClause list (same representation as, eg, DISTINCT).
|
||||
* The resolved common column collations are provided too; but note that if
|
||||
* it's not UNION ALL, it's okay for a column to not have a common collation,
|
||||
* so a member of the colCollations list could be InvalidOid even though the
|
||||
* column has a collatable type.
|
||||
* ----------------------
|
||||
*/
|
||||
typedef struct SetOperationStmt
|
||||
|
||||
Reference in New Issue
Block a user