Re: MemSet inline for newNode

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: MemSet inline for newNode
Дата
Msg-id 8937.1036936866@sss.pgh.pa.us
обсуждение исходный текст
Ответ на MemSet inline for newNode  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: MemSet inline for newNode  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> I have applied this patch to inline MemSet for newNode.
> I will make another commit to make more general use of palloc0.

Refresh my memory on why either of these was a good idea?

> This was already discussed on hackers.

And this was not the approach agreed to, IIRC.  What you've done has
eliminated the possibility of optimizing away the controlling tests
in MemSet.

            regards, tom lane

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

Предыдущее
От: Marko Kreen
Дата:
Сообщение: pgcrypto/openssl fix
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: MemSet inline for newNode