Re: pgsql: Augment EXPLAIN output with more details on Hash nodes. - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Augment EXPLAIN output with more details on Hash nodes.
Date
Msg-id 22427.1265043184@sss.pgh.pa.us
Whole thread Raw
In response to pgsql: Augment EXPLAIN output with more details on Hash nodes.  (rhaas@postgresql.org (Robert Haas))
Responses Re: pgsql: Augment EXPLAIN output with more details on Hash nodes.  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-committers
rhaas@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.

            regards, tom lane

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Remove tabs in sgml.
Next
From: Robert Haas
Date:
Subject: Re: pgsql: Augment EXPLAIN output with more details on Hash nodes.