dropping table in testcase alter_table.sql

From: Ashutosh Bapat <ashutosh(dot)bapat(at)enterprisedb(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: dropping table in testcase alter_table.sql
Date: 2011-07-07 07:05:37
Message-ID: CAFjFpRd646XC_6T7qHpSuzoFbYbaKh8DJ+y46t_ynL7Gi1=r2g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,
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.

--
Best Wishes,
Ashutosh Bapat
EntepriseDB Corporation
The Enterprise Postgres Company

Attachment Content-Type Size
PGHEAD.patch text/x-diff 2.0 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2011-07-07 07:30:55 Re: patch: enhanced get diagnostics statement 2
Previous Message Radosław Smogura 2011-07-07 06:00:15 Re: Crash dumps