Re: dropping table in testcase alter_table.sql

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: dropping table in testcase alter_table.sql
Дата
Msg-id CA+TgmoYCgq5nubVH2YEfsLBsU-5WZTKWmXAh1Q7Gg6mdC5e5cA@mail.gmail.com
обсуждение исходный текст
Ответ на dropping table in testcase alter_table.sql  (Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>)
Ответы Re: dropping table in testcase alter_table.sql
Список pgsql-hackers
On Thu, Jul 7, 2011 at 3:05 AM, Ashutosh Bapat
<ashutosh.bapat@enterprisedb.com> wrote:
> I noticed that the test alter_table.sql is creating two tables tab1 and tab2
> and it's not dropping it. Any test which follows this test and tries to
> create tables with names tab1 and tab2 will fail (unless it drops those
> tables first, but that may not work, since tab2.y depends upon tab1 in
> alter_table.sql).
>
> PFA patch which drops these two tables from alter_table.sql and
> corresponding OUT change. The regression run clean with this patch.

The regression tests leave lots of objects lying around in the
regression database... why drop these two, as opposed to any of the
others?

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: spinlock contention
Следующее
От: Robert Haas
Дата:
Сообщение: Re: [RRR] 9.2 CF2: 20 days in