From bcabbfc6a94bb1d59e380f1bcb7cd5da8338cd11 Mon Sep 17 00:00:00 2001 From: John Naylor Date: Thu, 4 Aug 2022 16:41:29 +0700 Subject: Fix formatting and comment typos Justin Pryzby Discussion: https://www.postgresql.org/message-id/20220801181136.GJ15006%40telsasoft.com --- src/backend/commands/explain.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/backend/commands/explain.c') diff --git a/src/backend/commands/explain.c b/src/backend/commands/explain.c index e29c2ae206f..e078456b191 100644 --- a/src/backend/commands/explain.c +++ b/src/backend/commands/explain.c @@ -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); -- cgit v1.2.3