mirror of
https://github.com/postgres/postgres.git
synced 2025-11-06 07:49:08 +03:00
Fix whitespace issues found by git diff --check, add gitattributes
Set per file type attributes in .gitattributes to fine-tune whitespace checks. With the associated cleanups, the tree is now clean for git
This commit is contained in:
@@ -763,7 +763,7 @@ typedef struct RangeTblEntry
|
||||
* collations. Note that in this case, ORDINALITY is not permitted, so
|
||||
* there is no extra ordinal column to be allowed for.
|
||||
*
|
||||
* Otherwise, those fields are NIL, and the result column types must be
|
||||
* Otherwise, those fields are NIL, and the result column types must be
|
||||
* derived from the funcexpr while treating the ordinal column, if
|
||||
* present, as a special case. (see get_rte_attribute_*)
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user