From: | Robins Tharakan <tharakan(at)gmail(dot)com> |
---|---|
To: | Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr> |
Cc: | Robert Haas <robertmhaas(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-07-15 13:09:08 |
Message-ID: | CAEP4nAxU5JijiXBUP6Xqvx7n9iP-+_ExQVqGGhbsdSwfWfpSWg@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 9 July 2013 08:41, Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr> wrote:
> I do not see any difference between both "regress_sequence_v[45].patch"**.
> I guess you sent the earlier version.
>
Thanks Fabien. This was a wrong attachment to the email.
Please find attached the updated patch (I've renamed v5 as v6 for clarity).
git reset --hard HEAD
git pull
patch -p1 < ../regress_sequence_v6.patch
patch -p1 -R < ../regress_sequence_v6.patch
patch -p1 < ../regress_sequence_v6.patch
make clean
./configure --enable-depend --enable-coverage --enable-cassert
--enable-debug
make -j3 check
--
Robins Tharakan
Attachment | Content-Type | Size |
---|---|---|
regress_sequence_v6.patch | application/octet-stream | 16.7 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Markus Wanner | 2013-07-15 13:27:31 | Re: Proposal: template-ify (binary) extensions |
Previous Message | Robins Tharakan | 2013-07-15 13:01:44 | Re: Patch to add regression tests for SCHEMA |