| От | Tom Lane |
|---|---|
| Тема | Re: SMgrRelation hashtable corrupted |
| Дата | |
| Msg-id | 2913.1094850928@sss.pgh.pa.us обсуждение |
| Ответ на | SMgrRelation hashtable corrupted ("Chris Ochs" <chris@paymentonline.com>) |
| Список | pgsql-general |
"Chris Ochs" <chris@paymentonline.com> writes:
> On 8 beta1 I get 'SMgrRelation hashtable corrupted' *sometimes* when
> executing the following, but only when there are other clients connecting to
> the same database.
Hmm. The SMgrRelation hashtable is local in each backend, so I'm not
sure I believe the correlation to other backends being active, but ...
What I'd suggest doing is changing the elog(ERROR) to elog(PANIC)
(in smgrclose in src/backend/storage/smgr/smgr.c), rebuilding with
--enable-debug if you didn't already, and then getting a debugger
stack trace from the core dump next time it happens.
regards, tom lane
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера