mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Fix many typos and inconsistencies
Author: Alexander Lakhin Discussion: https://postgr.es/m/af27d1b3-a128-9d62-46e0-88f424397f44@gmail.com
This commit is contained in:
@@ -2082,7 +2082,7 @@ transformSetOperationTree(ParseState *pstate, SelectStmt *stmt,
|
||||
* Select common collation. A common collation is required for
|
||||
* all set operators except UNION ALL; see SQL:2008 7.13 <query
|
||||
* expression> Syntax Rule 15c. (If we fail to identify a common
|
||||
* collation for a UNION ALL column, the curCollations element
|
||||
* collation for a UNION ALL column, the colCollations element
|
||||
* will be set to InvalidOid, which may result in a runtime error
|
||||
* if something at a higher query level wants to use the column's
|
||||
* collation.)
|
||||
|
Reference in New Issue
Block a user