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/interfaces/ecpg/README.dynSQL | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/interfaces/ecpg/README.dynSQL') diff --git a/src/interfaces/ecpg/README.dynSQL b/src/interfaces/ecpg/README.dynSQL index e1d1507fd07..b021f4b2d0f 100644 --- a/src/interfaces/ecpg/README.dynSQL +++ b/src/interfaces/ecpg/README.dynSQL @@ -5,7 +5,7 @@ descriptor statements have the following shortcomings - input descriptors (USING DESCRIPTOR ) are not supported Reason: to fully support dynamic SQL the frontend/backend communication - should change to recognize input parameters. - Since this is not likely to happen in the near future and you - can cover the same functionality with the existing infrastructure - (using s[n]printf), I'll leave the work to someone else. + should change to recognize input parameters. + Since this is not likely to happen in the near future and you + can cover the same functionality with the existing infrastructure + (using s[n]printf), I'll leave the work to someone else. -- cgit v1.2.3