Re: Reducing the chunk header sizes on all memory context types

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Reducing the chunk header sizes on all memory context types
Дата
Msg-id 20220809193616.5uucf33piwdxn452@alvherre.pgsql
обсуждение исходный текст
Ответ на Re: Reducing the chunk header sizes on all memory context types  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
On 2022-Aug-09, Andres Freund wrote:

> Mildly wondering whether we ought to use designated initializers instead,
> given we're whacking it around already. Too easy to get the order wrong when
> adding new members, and we might want to have optional callbacks too.

Strong +1.  It makes code much easier to navigate (see XmlTableRoutine
and compare with heapam_methods, for example).

-- 
Álvaro Herrera               48°01'N 7°57'E  —  https://www.EnterpriseDB.com/
Subversion to GIT: the shortest path to happiness I've ever heard of
                                                (Alexey Klyukin)



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: moving basebackup code to its own directory
Следующее
От: "Jonathan S. Katz"
Дата:
Сообщение: Re: PG 15 (and to a smaller degree 14) regression due to ExprEvalStep size