Re: proposal: fix corner use case of variadic fuctions usage

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: proposal: fix corner use case of variadic fuctions usage
Дата
Msg-id CAFj8pRDyXfXZcL2FRESLU-dPqaOKOu-ekKY12tBzdO559PW5uQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: proposal: fix corner use case of variadic fuctions usage  (Vik Reykja <vikreykja@gmail.com>)
Ответы Re: proposal: fix corner use case of variadic fuctions usage  (Vik Reykja <vikreykja@gmail.com>)
Re: proposal: fix corner use case of variadic fuctions usage  (Stephen Frost <sfrost@snowman.net>)
Список pgsql-hackers
Hello

>
> Hi Pavel.
>
> I am trying to review this patch and on my work computer everything compiles
> and tests perfectly. However, on my laptop, the regression tests don't pass
> with "cache lookup failed for type XYZ" where XYZ is some number that does
> not appear to be any type oid.
>
> I don't really know where to go from here. I am asking that other people try
> this patch to see if they get errors as well.
>

yes, I checked it on .x86_64 and I had a same problems

probably there was more than one issue - I had to fix a creating a
unpacked params and I had a issue with gcc optimalization when I used
a stack variable for fcinfo.

Now I fixed these issues and I hope  so it will work on all platforms

Regards

Pavel Stehule




> Vik
>
> PS: I won't be able to answer this thread until Tuesday.
>

Вложения

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

Предыдущее
От: "Erik Rijkers"
Дата:
Сообщение: Re: WIP: index support for regexp search
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: --single-transaction hack to pg_upgrade does not work