mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
Fix formatting and comment typos
Justin Pryzby Discussion: https://www.postgresql.org/message-id/20220801181136.GJ15006%40telsasoft.com
This commit is contained in:
@ -3284,7 +3284,6 @@ show_hashagg_info(AggState *aggstate, ExplainState *es)
|
||||
|
||||
if (es->format != EXPLAIN_FORMAT_TEXT)
|
||||
{
|
||||
|
||||
if (es->costs)
|
||||
ExplainPropertyInteger("Planned Partitions", NULL,
|
||||
aggstate->hash_planned_partitions, es);
|
||||
|
Reference in New Issue
Block a user