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

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Quan Zongliang <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 13:35:32
Message-ID: CA+OCxoxhKKyVFConWpR3dt0==L7dPLD6-QAVs8fLzB-jqQGJ3g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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.

--
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-09-05 13:49:42 Re: little patch for "Detect serial columns from pg_depend" and bugfix
Previous Message Sachin Srivastava 2012-09-05 13:18:04 Re: Unable to create new function if "Owner" or "Comment" is specified.