Re: Add some regression tests for SEQUENCE

From: Robins Tharakan <tharakan(at)gmail(dot)com>
To: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Add some regression tests for SEQUENCE
Date: 2013-03-18 22:10:21
Message-ID: CAEP4nAyBrA2t2DJR+C8HLX-iTnVXZRdkmXeJBAoBBKO+UagjxQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

Please find an updated patch (reworked on the names of SEQUENCES / ROLES /
SCHEMA etc.)
Takes code-coverage of 'make check' for SEQUENCE to ~95%.

--
Robins Tharakan

On 16 March 2013 02:03, robins <tharakan(at)gmail(dot)com> wrote:

> Hi,
>
> I've added some regression tests for SEQUENCE. A cumulative patch is
> attached.
>
> Barring a (still to decipher) function seq_redo() and trying to learn how
> to actually test it, this takes care of most branches of (
> src/backend/commands/sequence.c) taking code-coverage (of 'make check')
> to ~95%.
>
> Any feedback is more than welcome.
>

Attachment Content-Type Size
regress_sequence_v2.patch application/octet-stream 16.8 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dimitri Fontaine 2013-03-18 22:24:30 Re: machine-parseable object descriptions
Previous Message Ian Pilcher 2013-03-18 21:38:23 Re: [HACKERS] Trust intermediate CA for client certificates