Re: Store data in pg_toast for custom type fails (bug?)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Store data in pg_toast for custom type fails (bug?)
Дата
Msg-id 4475.1398972752@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Store data in pg_toast for custom type fails (bug?)  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
I wrote:
> I believe I understand what's going on here, and it's not quite as
> exciting as it first appears.  The issue is that we are failing to
> honor the "toasting goes only one level deep" rule in the specific
> case of arrays of composite type.  So while it's definitely a nasty
> bug, it affects only narrow use cases, and doesn't call into question
> our whole vacuuming strategy or anything like that.

I've committed a fix for this.  Thanks for the report!
        regards, tom lane



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Obsolete coding in fork_process.c
Следующее
От: Tom Lane
Дата:
Сообщение: Re: quiet inline configure check misses a step for clang