Re: inline newNode()

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: inline newNode()
Дата
Msg-id Pine.LNX.4.44.0210082100400.928-100000@localhost.localdomain
обсуждение исходный текст
Ответ на Re: inline newNode()  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: inline newNode()  (Neil Conway <neilc@samurai.com>)
Re: inline newNode()  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
Tom Lane writes:

> A brute-force approach is to say "we know _start is word-aligned because
> we just got it from palloc, which guarantees MAXALIGNment".  We could
> make a variant version of MemSet that omits the alignment check, and use
> it here and anywhere else we're sure it's safe.

Or make a version of palloc that zeroes the memory.

--
Peter Eisentraut   peter_e@gmx.net


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: inline newNode()
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: inline newNode()