pg_buffercache causes assertion failure

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: pgsql-hackers(at)postgresql(dot)org
Subject: pg_buffercache causes assertion failure
Date: 2005-05-29 15:19:54
Message-ID: 20050529151954.GA52544@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

I'm not sure when this broke, but using contrib/pg_buffercache with
the latest HEAD causes an assertion failure:

test=# SELECT * FROM pg_buffercache;
server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
The connection to the server was lost. Attempting reset: Failed.

Here are the log entries:

TRAP: FailedAssertion("!(var->vartypmod == att_tup->atttypmod)", File: "execScan.c", Line: 220)
<2005-05-29 09:14:54 MDT 11356> LOG: server process (PID 17300) was terminated by signal 6
<2005-05-29 09:14:54 MDT 11356> LOG: terminating any other active server processes

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2005-05-29 15:26:24 Re: compiling postgres with Visual Age compiler on OpenPower5 / Linux
Previous Message Tom Lane 2005-05-29 15:18:40 Re: Inefficiency in recent pgtz patch

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2005-05-29 15:38:14 Re: skip FK trigger on UPDATE
Previous Message Tom Lane 2005-05-29 15:15:49 Re: Escape handling in COPY, strings, psql