Re: consistency check on SPI tuple count failed

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Gaetano Mendola" <mendola(at)bigfoot(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: consistency check on SPI tuple count failed
Date: 2003-08-08 15:55:27
Message-ID: 27674.1060358127@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Gaetano Mendola" <mendola(at)bigfoot(dot)com> writes:
> the following code was working properly under Postgres 7.3.X
> I'm now running my regression test with Postgres 7.4beta1 and I'm
> having the error in subj.

I tried this and got

regression=# select bar();
bar
-----
0
(1 row)

regression=#

Anyone else see the problem?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephan Szabo 2003-08-08 16:10:57 Re: consistency check on SPI tuple count failed
Previous Message Tom Lane 2003-08-08 15:27:11 Re: Moved simple_prompt()/sprompt.c