From 001e114b8d59f4eaf2a314a2bc5e57078afdf82f Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sun, 10 Nov 2013 09:20:52 -0500 Subject: 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 --- src/include/nodes/parsenodes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/nodes/parsenodes.h') diff --git a/src/include/nodes/parsenodes.h b/src/include/nodes/parsenodes.h index 952fbb30dd2..55524b468ab 100644 --- a/src/include/nodes/parsenodes.h +++ b/src/include/nodes/parsenodes.h @@ -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_*) */ -- cgit v1.2.3