Re: Patch to add regression tests for SCHEMA

Поиск
Список
Период
Сортировка
От Robins Tharakan
Тема Re: Patch to add regression tests for SCHEMA
Дата
Msg-id CAEP4nAywYC_1bJeMphN=u-4vsWe9MPsCm9bKo6tDH9SJU+f=VQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Patch to add regression tests for SCHEMA  (Robins Tharakan <tharakan@gmail.com>)
Ответы Re: Patch to add regression tests for SCHEMA  (Fabien COELHO <coelho@cri.ensmp.fr>)
Список 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
Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Robins Tharakan
Дата:
Сообщение: Re: Patch to add regression tests for SCHEMA
Следующее
От: Robins Tharakan
Дата:
Сообщение: Re: Add some regression tests for SEQUENCE