Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

pgsql: Fix costing for disk-based hash aggregation. - Mailing list pgsql-committers

From Jeff Davis
Subject pgsql: Fix costing for disk-based hash aggregation.
Date
Msg-id E1jIGtz-0002Vc-LI@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix costing for disk-based hash aggregation.

Report and suggestions from Richard Guo and Tomas Vondra.

Discussion: https://postgr.es/m/CAMbWs4_W8fYbAn8KxgidAaZHON_Oo08OYn9ze=7remJymLqo5g@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7351bfeda33b60b69c15791c7eb77a127546df26

Modified Files
--------------
src/backend/executor/nodeAgg.c        |  2 ++
src/backend/optimizer/path/costsize.c | 30 ++++++++++++++----------------
2 files changed, 16 insertions(+), 16 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Add kqueue(2) support to the WaitEventSet API.
Next
From: Andres Freund
Date:
Subject: pgsql: Ensure snapshot is registered within ScanPgRelation().