Re: Patch to add regression tests for SCHEMA

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: Patch to add regression tests for SCHEMA
Date: 2013-07-15 13:01:44
Message-ID: CAEP4nAywYC_1bJeMphN=u-4vsWe9MPsCm9bKo6tDH9SJU+f=VQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi Fabien,

Please find attached the updated patch.

It seems the only difference between v5 and v6 is probably a newline at the
end (Line 291 was the last line), in fact meld doesn't even show anything.
I'll try to be more careful though.

git reset --hard HEAD
git pull
patch -p1 < ../regress_schema_v6.patch
patch -p1 -R < ../regress_schema_v6.patch
patch -p1 < ../regress_schema_v6.patch
make clean
./configure --enable-depend --enable-coverage --enable-cassert
--enable-debug
make -j3 check

Do let me know if something is still amiss.
--
Robins Tharakan

Attachment Content-Type Size
regress_schema_v6.patch application/octet-stream 10.8 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robins Tharakan 2013-07-15 13:09:08 Re: Add some regression tests for SEQUENCE
Previous Message Robins Tharakan 2013-07-15 13:00:32 Re: Patch to add regression tests for SCHEMA