Re: Last call for comments: fmgr rewrite [LONG]

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Last call for comments: fmgr rewrite [LONG]
Дата
Msg-id 200005220418.AAA12026@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: Last call for comments: fmgr rewrite [LONG]  (Chris Bitmead <chrisb@nimrod.itg.telstra.com.au>)
Список pgsql-hackers
> Tom Lane wrote:
> 
> > No, because we aren't ever going to be dynamically allocating these
> > things; they'll be local variables in the calling function. 
> 
> Fair enough then. Although that being the case, I don't see the big deal
> about using a few more bytes of stack space which costs absolutely
> nothing, even though the binary compatibility is a small but still real
> advantage.

I like Tom's clean design better.  Flexibility for little payback
usually just messes up clarity of the code.

--  Bruce Momjian                        |  http://www.op.net/~candle pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


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

Предыдущее
От: "Michael A. Olson"
Дата:
Сообщение: Re: Berkeley DB...
Следующее
От: Chris Bitmead
Дата:
Сообщение: Re: Last call for comments: fmgr rewrite [LONG]