Augment EXPLAIN output with more details on Hash nodes.

Robert Haas <rhaas@postgresql.org>

Commit: 42a8ab0a1429b4ba78a35ad8b210734d1561d644
Author: Robert Haas <rhaas@postgresql.org>
Date: 2010-02-01T15:43:36Z
Releases: 9.0.0
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.

Files

PathChange+/−
src/backend/commands/explain.c modified +47 −1
src/backend/executor/nodeHash.c modified +10 −1
src/include/executor/hashjoin.h modified +2 −1