Re: [HACKERS] regression tests

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Jan Wieck <wieck(at)debis(dot)com>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] regression tests
Date: 1999-11-17 20:56:23
Message-ID: 199911172056.PAA01829@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Bruce Momjian wrote:
>
> > > The question is, who did something that could cause this
> > > error?
> >
> > I am sure it was me changing the temp behavior. I will look at it.
>
> Running the queries in question in gdb shows:
>
> backend> CREATE TABLE temptest(col int);
> backend> CREATE INDEX i_temptest ON temptest(col);
> backend> CREATE TEMP TABLE temptest(col int);
> NOTICE: trying to delete a reldesc that does not exist.
> NOTICE: trying to delete a reldesc that does not exist.
> backend> CREATE INDEX i_temptest ON temptest(col);
> NOTICE: trying to delete a reldesc that does not exist.
> NOTICE: trying to delete a reldesc that does not exist.
> backend> DROP INDEX i_temptest;
> backend> DROP TABLE temptest;

Sorry. I see it now. Let me fix it.

--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jan Wieck 1999-11-17 22:38:36 LZ compressing data type
Previous Message Lamar Owen 1999-11-17 20:22:54 Re: [HACKERS] Re: Postgresql Docs....