Change the bool member of the Query structure to bits

Поиск
Список
Период
Сортировка
От Quan Zongliang
Тема Change the bool member of the Query structure to bits
Дата
Msg-id d05a1c87-82e9-49a3-a4e2-e0d2b38b2e8b@yeah.net
обсуждение исходный текст
Ответы Re: Change the bool member of the Query structure to bits  (Quan Zongliang <quanzongliang@yeah.net>)
Re: Change the bool member of the Query structure to bits  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
The Query structure has an increasing number of bool attributes. This is 
likely to increase in the future. And they have the same properties. 
Wouldn't it be better to store them in bits? Common statements don't use 
them, so they have little impact. This also saves memory space.

--
Quan Zongliang
Вложения

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

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: Re: JIT compilation per plan node
Следующее
От: Robert Haas
Дата:
Сообщение: Re: logical decoding and replication of sequences, take 2