pg_buffercache causes assertion failure

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема pg_buffercache causes assertion failure
Дата
Msg-id 20050529151954.GA52544@winnie.fuhr.org
обсуждение исходный текст
Ответы Re: pg_buffercache causes assertion failure  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
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
whileprocessing 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/


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Inefficiency in recent pgtz patch
Следующее
От: Tom Lane
Дата:
Сообщение: Re: compiling postgres with Visual Age compiler on OpenPower5 / Linux