Re: BUG #5876: Incorrectly reported column value

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #5876: Incorrectly reported column value
Дата
Msg-id 13143.1297394881@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #5876: Incorrectly reported column value  ("Dag Lem" <dag@nimrod.no>)
Ответы Re: BUG #5876: Incorrectly reported column value  (Dag Lem <dag@nimrod.no>)
Список pgsql-bugs
"Dag Lem" <dag@nimrod.no> writes:
> The effect of this (pretty serious) bug is that I am able to insert a value
> into an integer column and consistently get an entirely different value read
> out later.

> Unfortunately this happens on a large data set (3.6M rows), and I am not
> able to either reproduce with a smaller data set nor provide the data
> set.

Maybe you can duplicate the problem with a synthesized or anonymized
data set?  It's unlikely anybody will spend much time on such a vague
report as this.

> I should mention that I got another problem with the same data set on
> PostgreSQL 9.0.2, IIRC "unrecognized rbtree node state: 87" (not 100% sure
> about the state number since I immediately upgraded to 9.0.3 and got the
> present bug instead).

Not the same query, surely?  AFAIR the rbtree code is only used in GIN
indexes at the moment, so this would presumably be related to an update
of that GIN index.  But again, it's hard to expect somebody to go
looking for this without a more definite way of producing the problem.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #5880: Rounding error when copying a REAL numeric value to DOUBLE PRECISION
Следующее
От: Gabe Nell
Дата:
Сообщение: Re: BUG #5807: psql fails to launch with "Cannot read termcap database; using dumb terminal settings. Aborted"