mirror of
https://github.com/postgres/postgres.git
synced 2025-06-30 21:42:05 +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:
@ -1396,8 +1396,8 @@ typedef struct SubqueryScanState
|
||||
*
|
||||
* eflags node's capability flags
|
||||
* ordinal column value for WITH ORDINALITY
|
||||
* scan_tupdesc scan tuple descriptor
|
||||
* func_tupdesc function tuple descriptor
|
||||
* scan_tupdesc scan tuple descriptor
|
||||
* func_tupdesc function tuple descriptor
|
||||
* func_slot function result slot, or null
|
||||
* tuplestorestate private state of tuplestore.c
|
||||
* funcexpr state for function expression being evaluated
|
||||
|
Reference in New Issue
Block a user