Re: Variable-length FunctionCallInfoData

Поиск
Список
Период
Сортировка
От Greg Stark
Тема Re: Variable-length FunctionCallInfoData
Дата
Msg-id CAM-w4HNFfvGYBUA5R9Nqrvrbc1_2m01t-YYBFX3urTx7Srm73A@mail.gmail.com
обсуждение исходный текст
Ответ на Variable-length FunctionCallInfoData  (Andres Freund <andres@anarazel.de>)
Ответы Re: Variable-length FunctionCallInfoData  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
I assume you already considered and rejected having a fixed size null bitmap followed by a variable size array of datums. That seems like it would be denser and work better with cpu cache.

I guess the reason you prefer the struct is because it can be used elsewhere on its own?

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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: Variable-length FunctionCallInfoData
Следующее
От: Andres Freund
Дата:
Сообщение: Re: Variable-length FunctionCallInfoData