Re: "out of balance" result on select from suspected index corruption

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: "out of balance" result on select from suspected index corruption
Дата
Msg-id 25835.1214837496@sss.pgh.pa.us
обсуждение исходный текст
Ответ на "out of balance" result on select from suspected index corruption  ("Henry - Zen Search SA" <henry@zen.co.za>)
Ответы Re: "out of balance" result on select from suspected index corruption [RESOLVED]  ("Henry - Zen Search SA" <henry@zen.co.za>)
Список pgsql-general
"Henry - Zen Search SA" <henry@zen.co.za> writes:
> Our selects which have run normally for a very long time suddenly started:

> - consuming all memory.
> - crashing (oom) if the select was run directly.
> - producing "out of balance" results in one of the column results if run
> from within a function.

The string "out of balance" appears nowhere in the PG 8.2.x sources.
So I suppose it must have come from some add-on code, or perhaps got
inserted on the client side.  What data type is that column, and what
non-core code is involved?

            regards, tom lane

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

Предыдущее
От: "A B"
Дата:
Сообщение: Re: "The tuple structure of a not-yet-assigned record is indeterminate."
Следующее
От: Tom Lane
Дата:
Сообщение: Re: freebsd + postgresql 8.3.3 = 100% of cpu usage on stats collector?