Re: patch for "Sequence: calculate next value to be expected"

From: Dave Page <dpage(at)pgadmin(dot)org>
To: 权宗亮 <quanzongliang(at)gmail(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: patch for "Sequence: calculate next value to be expected"
Date: 2012-09-05 14:10:41
Message-ID: CA+OCxozd2zyHgY6oiS+Eju55hv6ptW85YuuAavXQ=aGhzSasqA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Wed, Sep 5, 2012 at 3:04 PM, 权宗亮 <quanzongliang(at)gmail(dot)com> wrote:
>
>
> 2012/9/5 Dave Page <dpage(at)pgadmin(dot)org>
>>
>> Hi
>>
>> On Wed, Sep 5, 2012 at 3:11 AM, Quan Zongliang <quanzongliang(at)gmail(dot)com>
>> wrote:
>> >
>> > Sorry, patch again.
>> > When the sequence is not called, nextValue should be lastValue.
>> > Otherwise, it is lastValue + increment.
>>
>> That one still doesn't apply (though, the other one now does).
>> dos2unix didn't help :-(. Not sure why you're seeing those problems -
>> I've used VC++ for years without problems - if memory serves, it
>> normally uses the same lineendings as are already in use.
>>
>
> That's weird.
>
> I downloaded the file from this mail. It can not be applied.
>
> Before send it, I tried to apply by "git apply" command to make sure it is
> Ok.
>
> Let's try zip file.

That worked. Thanks - patch applied.

--
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 权宗亮 2012-09-05 14:48:40 Re: little patch for "Detect serial columns from pg_depend" and bugfix
Previous Message Dave Page 2012-09-05 14:10:20 pgAdmin III commit: Display the next expected value for a sequence in t