mirror of
https://github.com/postgres/postgres.git
synced 2025-11-16 15:02:33 +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:
@@ -1047,9 +1047,9 @@ typedef struct CoerceToDomain
|
||||
* constraint. This is effectively like a Param, but can be implemented more
|
||||
* simply since we need only one replacement value at a time.
|
||||
*
|
||||
* Note: the typeId/typeMod will be set from the domain's base type, not
|
||||
* the domain itself. This is because we shouldn't consider the value to
|
||||
* be a member of the domain if we haven't yet checked its constraints.
|
||||
* Note: the typeId/typeMod/collation will be set from the domain's base type,
|
||||
* not the domain itself. This is because we shouldn't consider the value
|
||||
* to be a member of the domain if we haven't yet checked its constraints.
|
||||
*/
|
||||
typedef struct CoerceToDomainValue
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user