Re: [COMMITTERS] pgsql: Augment EXPLAIN output with more details on Hash nodes.

2010-02-01 Thread Tom Lane
Robert Haas writes: > On Mon, Feb 1, 2010 at 11:53 AM, Tom Lane wrote: >> This needs to be damped down a bit.  It should not print useless >> non-information in cases where the plan wasn't actually run. >> Please compare show_sort_info. > Eh? When does it do that? Oh, I'm sorry, it's using has

Re: [COMMITTERS] pgsql: Augment EXPLAIN output with more details on Hash nodes.

2010-02-01 Thread Robert Haas
On Mon, Feb 1, 2010 at 11:53 AM, Tom Lane wrote: > rh...@postgresql.org (Robert Haas) writes: >> Log Message: >> --- >> Augment EXPLAIN output with more details on Hash nodes. > > This needs to be damped down a bit.  It should not print useless > non-information in cases where the plan was

Re: [COMMITTERS] pgsql: Augment EXPLAIN output with more details on Hash nodes.

2010-02-01 Thread Tom Lane
rh...@postgresql.org (Robert Haas) writes: > Log Message: > --- > Augment EXPLAIN output with more details on Hash nodes. This needs to be damped down a bit. It should not print useless non-information in cases where the plan wasn't actually run. Please compare show_sort_info.

[COMMITTERS] pgsql: Augment EXPLAIN output with more details on Hash nodes.

2010-02-01 Thread Robert Haas
Log Message: --- Augment EXPLAIN output with more details on Hash nodes. We show the number of buckets, the number of batches (and also the original number if it has changed), and the peak space used by the hash table. Minor executor changes to track peak space used. Modified Files: