Re: MemSetLoop ignoring the 'val' parameter

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: MemSetLoop ignoring the 'val' parameter
Дата
Msg-id 201210090102.57721.andres@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: MemSetLoop ignoring the 'val' parameter  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: MemSetLoop ignoring the 'val' parameter
Список pgsql-hackers
On Tuesday, October 09, 2012 12:56:16 AM Tom Lane wrote:
> Andres Freund <andres@2ndquadrant.com> writes:
> > The 'val' parameter is ignored.
> 
> This is not broken.  Read the comments for MemSetTest.
Ah. I was surprised about that already. The comment says that val has to be 
constant though, not that it has to be zero. In my understanding 1 is constant 
as well. Also, why do we even pass in a 'val' parameter in that case?

Feeling a little slow here...

Andres
-- Andres Freund                       http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training &
Services



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: MemSetLoop ignoring the 'val' parameter
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Support for REINDEX CONCURRENTLY