Re: ERROR: unexpected data beyond EOF

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: ERROR: unexpected data beyond EOF
Дата
Msg-id 20150430190911.GT4369@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: ERROR: unexpected data beyond EOF  ("Joshua D. Drake" <jd@commandprompt.com>)
Ответы Re: ERROR: unexpected data beyond EOF  ("Joshua D. Drake" <jd@commandprompt.com>)
Список pgsql-hackers
Joshua D. Drake wrote:
> 
> I take that back, it appears this table is heavily deleted from and also
> uses the lo_manage() triggers.

Well, if it's heavily deleted, then it's probably also heavily vacuumed
and from time to time empty pages at the tail are removed by vacuum.  It
might also be the case I was remembering, rather than regular TRUNCATE.

I don't think the vacuumlo stuff would have much to do with it issue; I
think it would only scan the table, then delete stuff from
pg_largeobject.  It doesn't modify the table itself (unless I'm
misremembering)

Anyway, I don't remember that we reached any useful conclusion.  Andres
suspected a PG bug, but we didn't find anything.

-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: ERROR: unexpected data beyond EOF
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: ERROR: unexpected data beyond EOF