Re: [7.3-devl] alter_table test

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Gordon Runkle <gar(at)integrated-dynamics(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [7.3-devl] alter_table test
Date: 2002-08-31 00:57:46
Message-ID: 12150.1030755466@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Gordon Runkle <gar(at)integrated-dynamics(dot)com> writes:
> The alter_table regression test is now failing for me (RH Null).
> It appears that the problem is that the backend is giving back a
> different error message than expected when dropping a column from a
> non-existent table:

> -- try altering non-existent table, should fail
> alter table foo drop column bar;
> ERROR: Relation "foo" has no column "bar"

Hmm, I don't get that here. In CVS tip the regression tests pass,
and a manual trial gives:

test73=# alter table foo drop column bar;
ERROR: Relation "foo" does not exist

Would you try a full rebuild and see if things are still flaky?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Gordon Runkle 2002-08-31 01:26:01 Re: [7.3-devl] alter_table test
Previous Message Gordon Runkle 2002-08-31 00:48:17 Re: [7.3-devl] initdb fails on RH 7.3