Re: reldesc does not exit

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: reldesc does not exit
Дата
Msg-id 27320.970255610@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: reldesc does not exit  ("Darrin Ladd" <dladd@newfoundcomm.net>)
Ответы Re: reldesc does not exit  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
"Darrin Ladd" <dladd@newfoundcomm.net> writes:
> Uh oh, yes, I do get the same notice when truncating other tables, even
> tables not in the same database :(

OK, so it's not so data-dependent after all.  Sounds like it's probably
a flat-out bug associated with 64-bit-int machines.  Curious that we
haven't heard about it before; you're certainly not the only person
running Postgres on Alphas.

The notice as such is pretty harmless, but if I'm right that it
indicates a lookup failure in the hashtable code, there's a potential
for much more serious problems caused by lookup failures in other
hashtables.  It needs to be investigated.

pgsql.com has an Alpha on loan from DEC that I will try to reproduce
the problem on, but that machine seems to be down at the moment :-(.
I believe that machine isn't running RedHat anyway, but DEC Unix,
so it's possible that it won't show the problem.  In that case I
might need to ask for a temporary account on your machine (doesn't
have to be the postgres account, just an unprivileged user account
that I can compile a debug version of the code on...)

Will keep you posted.

            regards, tom lane

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

Предыдущее
От: "Darrin Ladd"
Дата:
Сообщение: Re: reldesc does not exit
Следующее
От: "Keith L. Musser"
Дата:
Сообщение: Re: Re: JDBC Performance