Re: sysSettings::Flush()

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

On Wed, Oct 10, 2012 at 5:38 AM, Vladimir Kokovic
<vladimir(dot)kokovic(at)gmail(dot)com> wrote:
> Hi,
>
> Flushing every time version.

Thanks, but it still won't apply. Using git apply (most definitely the
correct option), I get:

raptor:pgAdmin3 dpage$ git apply ~/Downloads/pgadmin3-2.patch
fatal: unrecognized input

Using patch:

raptor:pgAdmin3 dpage$ patch -p1 < ~/Downloads/pgadmin3-flush.patch
patching file pgadmin/include/utils/sysSettings.h
patch unexpectedly ends in middle of line
patching file pgadmin/utils/sysSettings.cpp
patch unexpectedly ends in middle of line

How are you generating it? A simple "git diff > patch.diff" should
work just fine. Do you have any options in your git config file that
might be causing the output to be mangled?

Guillaume, can you apply the patch?

--
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 Vladimir Kokovic 2012-10-10 15:06:05 Re: sysSettings::Flush()
Previous Message Vladimir Kokovic 2012-10-10 04:38:56 Re: sysSettings::Flush()