Re: Add some regression tests for SEQUENCE

Robins Tharakan <tharakan@gmail.com>

From: Robins Tharakan <tharakan@gmail.com>
To: Fabien COELHO <coelho@cri.ensmp.fr>
Cc: Robert Haas <robertmhaas@gmail.com>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2013-07-15T13:09:08Z
Lists: pgsql-hackers

Attachments

On 9 July 2013 08:41, Fabien COELHO <coelho@cri.ensmp.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

Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. Allow CREATE FOREIGN TABLE to include SERIAL columns.