Re: Updated Greenplum documentation

From: Dave Page <dpage(at)pgadmin(dot)org>
To: "Andreas 'ads' Scherbaum" <adsmail(at)wars-nicht(dot)de>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Updated Greenplum documentation
Date: 2016-01-14 14:34:42
Message-ID: CA+OCxox5NLCwJsmam+YUBA37bhC+awXvjjSV4xPUfxw_H2svzw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Wed, Jan 13, 2016 at 11:44 PM, Andreas 'ads' Scherbaum
<adsmail(at)wars-nicht(dot)de> wrote:
> On 08.01.2016 16:41, Dave Page wrote:
>>
>>
>> I get the following rejects (see attached as well). I wonder if it's a
>> line ending issue - what platform are you working on?
>>
>> piranha:pgadmin3 dpage$ git apply --reject ~/Downloads/gp-doc.diff
>> /Users/dpage/Downloads/gp-doc.diff:9: trailing whitespace.
>> path.Add(programFiles + wxT("\\Greenplum\\greenplum-clients-5.0\\bin"));
>> /Users/dpage/Downloads/gp-doc.diff:10: trailing whitespace.
>> path.Add(programFiles + wxT("\\Greenplum\\greenplum-clients-4.4\\bin"));
>> /Users/dpage/Downloads/gp-doc.diff:18: trailing whitespace.
>> path.Add(programFiles + wxT("\\Greenplum\\greenplum-clients-5.0\\lib"));
>> /Users/dpage/Downloads/gp-doc.diff:19: trailing whitespace.
>> path.Add(programFiles + wxT("\\Greenplum\\greenplum-clients-4.4\\lib"));
>> /Users/dpage/Downloads/gp-doc.diff:27: trailing whitespace.
>> path.Add(programFilesX86 +
>> wxT("\\Greenplum\\greenplum-clients-5.0\\bin"));
>
>
> This complains about trailing whitespaces where I can't see any whitespaces
> in my diff. Not sure why ...
>
> Attached is an updated version of the diff, plus one with Mac line endings.

Hmm, still wouldn't apply. I've done it manually though, along with
updates for the PG and PPAS paths.

Thanks!

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-01-14 15:22:57 pgAdmin 4 commit: Use the modern pgAdmin icon on Mac
Previous Message Dave Page 2016-01-14 14:33:57 pgAdmin III commit: Search path updates. Greenplum parts by Andreas Sch