Re: consistency check on SPI tuple count failed

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Mendola Gaetano" <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 19:21:42
Message-ID: 29147.1060370502@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Mendola Gaetano" <mendola(at)bigfoot(dot)com> writes:
> Incredible to believe but after playng around that funcion started
> to work. I'm not crazy.

Yeah, it was a problem with storing into a possibly-obsolete pointer ---
the visible effects could range from nothing to a core dump depending on
whether the pointer was really out-of-date and what got clobbered if it
was.

Fix is in CVS.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jenny - 2003-08-08 19:30:40 session level locks
Previous Message Jenny - 2003-08-08 19:15:07 LOCK.tag(figuring out granularity of lock)