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

Поиск
Список
Период
Сортировка
От Vik Reykja
Тема Re: proposal: fix corner use case of variadic fuctions usage
Дата
Msg-id CALDgxVucjkZGKuw2KyVN08JX8qcL9Wx_h_QMLPqL6ic2vmyKUw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: proposal: fix corner use case of variadic fuctions usage  (Pavel Stehule <pavel.stehule@gmail.com>)
Список pgsql-hackers
<br /><div class="gmail_extra"><div class="gmail_quote">On Sat, Dec 1, 2012 at 1:14 PM, Pavel Stehule <span
dir="ltr"><<ahref="mailto:pavel.stehule@gmail.com" target="_blank">pavel.stehule@gmail.com</a>></span> wrote:<br
/><blockquoteclass="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello<br /><div
class="im"><br/> ><br /> > Hi Pavel.<br /> ><br /> > I am trying to review this patch and on my work
computereverything compiles<br /> > and tests perfectly. However, on my laptop, the regression tests don't pass<br
/>> with "cache lookup failed for type XYZ" where XYZ is some number that does<br /> > not appear to be any type
oid.<br/> ><br /> > I don't really know where to go from here. I am asking that other people try<br /> > this
patchto see if they get errors as well.<br /> ><br /><br /></div>yes, I checked it on .x86_64 and I had a same
problems<br/><br /> probably there was more than one issue - I had to fix a creating a<br /> unpacked params and I had
aissue with gcc optimalization when I used<br /> a stack variable for fcinfo.<br /><br /> Now I fixed these issues and
Ihope  so it will work on all platforms<br /></blockquote></div><br />It appears to work a lot better, yes.  I played
aroundwith it a little bit and wasn't able to break it, so I'm marking it as ready for committer.  Some wordsmithing
willneed to be done on the code comments.<br /></div> 

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

Предыдущее
От: Kyotaro HORIGUCHI
Дата:
Сообщение: Re: Performance Improvement by reducing WAL for Update Operation
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: Support for REINDEX CONCURRENTLY