Re: EXPLAIN and HashAggregate - Mailing list pgsql-hackers

From Tom Lane
Subject Re: EXPLAIN and HashAggregate
Date
Msg-id 25623.1141501796@sss.pgh.pa.us
Whole thread Raw
In response to EXPLAIN and HashAggregate  (Stefan Kaltenbrunner <stefan@kaltenbrunner.cc>)
List pgsql-hackers
Stefan Kaltenbrunner <stefan@kaltenbrunner.cc> writes:
> it looks like that postgresql is actually allocating the memory for the
>  hashtable of the HashAggregate which is a bit unexpected for a plain
> EXPLAIN.

Not really.  EXPLAIN runs plan setup (ExecutorStart).
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: problem with large maintenance_work_mem settings and
Next
From: Alvaro Herrera
Date:
Subject: Re: Not so happy with psql's new multiline behavior