Re: sysSettings::Flush()

From: Vladimir Kokovic <vladimir(dot)kokovic(at)gmail(dot)com>
To: Dave Page <dpage(at)pgadmin(dot)org>
Cc: pgadmin-hackers(at)postgresql(dot)org, Guillaume Lelarge <guillaume(at)lelarge(dot)info>
Subject: Re: sysSettings::Flush()
Date: 2012-10-10 15:58:50
Message-ID: CAHsHPqcgyk05cv4OKXNFiuRJjfdqXuiBX6avw84E+0VN_w=N2Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,
For me, that is correct patch, but should be applied with unix 'patch' program:

cd pgadmin3; patch --context -p1 <
/root/files/pgadmin/dave-good/pgadmin3.patch; cd ../

Best regards
Vladimir Kokovic
Belgrade, Serbia, 10.October 2012

On 10/10/12, Dave Page <dpage(at)pgadmin(dot)org> wrote:
> On Wed, Oct 10, 2012 at 4:06 PM, Vladimir Kokovic
> <vladimir(dot)kokovic(at)gmail(dot)com> wrote:
>> Hi,
>>
>> I don't know what is problem !
>> Maybe some blank line missing,
>> Try to add empty line at the end of file.
>>
>> My git diff command:
>>
>> cd pgadmin3; git diff master vk-20120512-pgadmin3 | filterdiff
>> --format=context > /tmp/pgadmin3.patch; cd ../
>
> Oh, OK - please try that again, but don't pipe it through filterdiff.
> I suspect that's what's causing the issue.
>
> e.g.
>
> cd pgadmin3; git diff master vk-20120512-pgadmin3 > /tmp/pgadmin3.patch; cd
> ../
>
> --
> Dave Page
> Blog: http://pgsnake.blogspot.com
> Twitter: @pgsnake
>
> EnterpriseDB UK: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2012-10-10 16:00:53 Re: sysSettings::Flush()
Previous Message Dave Page 2012-10-10 15:08:24 Re: sysSettings::Flush()