Re: Add some regression tests for SEQUENCE

From: Albe Laurenz <laurenz(dot)albe(at)wien(dot)gv(dot)at>
To: "robins *EXTERN*" <tharakan(at)gmail(dot)com>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Add some regression tests for SEQUENCE
Date: 2013-03-13 08:19:43
Message-ID: A737B7A37273E048B164557ADEF4A58B057BDED1@ntex2010a.host.magwien.gv.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2013-03-13 08:50:07 Re: scanner/parser minimization
Previous Message Boszormenyi Zoltan 2013-03-13 08:09:24 Re: Re: Proposal for Allow postgresql.conf values to be changed via SQL [review]