Re: pgsql: Fix confusion in SP-GiST between attribute type and leaf storage

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Fix confusion in SP-GiST between attribute type and leaf storage
Дата
Msg-id 468278.1617590475@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgsql: Fix confusion in SP-GiST between attribute type and leaf storage  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-committers
Michael Paquier <michael@paquier.xyz> writes:
> On Sun, Apr 04, 2021 at 06:29:09PM +0000, Tom Lane wrote:
>> Fix confusion in SP-GiST between attribute type and leaf storage type.

> anole, woodstar and some other animals have been failing after this
> commit:
> https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=anole&dt=2021-04-04%2021%3A36%3A54

Yeah, I believe that's fixed.  All the big-endian animals were unhappy,
because they noticed a datatype mismatch in a way that little-endians
did not.  (Basically, interpreting a fixed-width box value as varlena
yields a data value length that accidentally works okay on little-endian,
but on big-endian it looks like a huge width and you soon go OOM.)

I was able to reproduce it locally on a spare PPC Mac, so I'm
pretty confident that dfc843d fixes it.  Takes a while for these
old dinosaurs to report in, though.

            regards, tom lane



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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: pgsql: Fix confusion in SP-GiST between attribute type and leaf storage
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Renumber cursor option flags