Change the bool member of the Query structure to bits - Mailing list pgsql-hackers

From Quan Zongliang
Subject Change the bool member of the Query structure to bits
Date
Msg-id d05a1c87-82e9-49a3-a4e2-e0d2b38b2e8b@yeah.net
Whole thread Raw
Responses Re: Change the bool member of the Query structure to bits
Re: Change the bool member of the Query structure to bits
List 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
Attachment

pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: JIT compilation per plan node
Next
From: Robert Haas
Date:
Subject: Re: logical decoding and replication of sequences, take 2