gongxun0928 commented on PR #1178:
URL: https://github.com/apache/cloudberry/pull/1178#issuecomment-2994727667

   I took a look at the latest PostgreSQL code (PostgreSQL 18 beta). Although 
pInfcount and nInfcount in NumericAggState are defined as int64, they are 
actually used as boolean flags in practice. I'm considering starting a 
discussion upstream to propose changing these two fields to bool in order to 
reduce the memory footprint of the NumericAggState struct. If there is 
consensus, I’d like to drive this change upstream.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to