Re: Function parameter names

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Function parameter names
Дата
Msg-id 28696.1069614494@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Function parameter names  (Dennis Bjorklund <db@zigo.dhs.org>)
Список pgsql-hackers
Dennis Bjorklund <db@zigo.dhs.org> writes:
> Is the reason to use name at all in pg "just" about speed, or is there
> some other reason?

Peter already explained it: we like fixed-width fields in system
catalogs so that we can overlay C struct definitions onto the tuples.
This is a fairly significant notational advantage in the backend code,
whether or not you care about speed.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [7.4] statistics collector: Protocol not supported
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: initdb mkdir_p() doesn't work