Re: Add some regression tests for SEQUENCE - Mailing list pgsql-hackers

From robins
Subject Re: Add some regression tests for SEQUENCE
Date
Msg-id CAEP4nAzKSHZ0S73jZK3Tam5pvjAo5GYgc1BK4Y5s8t3VhLP-oA@mail.gmail.com
Whole thread Raw
In response to Re: Add some regression tests for SEQUENCE  (Albe Laurenz <laurenz.albe@wien.gv.at>)
Responses Re: Add some regression tests for SEQUENCE  (robins <tharakan@gmail.com>)
List pgsql-hackers
Thanks Laurenz.

Would correct these (and readup) before submitting next patch.

--
Robins
Tharakan


On 13 March 2013 13:49, Albe Laurenz <laurenz.albe@wien.gv.at> wrote:
robins wrote:
> Attached is a small patch to test corner cases related to Sequences (basically aimed at increasing
> code-coverage of sequence.sql in regression tests).
>
> Look forward to any and all feedback.

Looks ok except that the patch is backwards
(all added lines start with "-").  I found a typo:
"exit" instead of "exist".

You should add the patch to the next commitfest
(http://wiki.postgresql.org/wiki/Submitting_a_Patch).

Yours,
Laurenz Albe

pgsql-hackers by date:

Previous
From: Boszormenyi Zoltan
Date:
Subject: Re: Re: Proposal for Allow postgresql.conf values to be changed via SQL [review]
Next
From: Michael Paquier
Date:
Subject: Re: Request for vote to move forward with recovery.conf overhaul