aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/explain.c
diff options
context:
space:
mode:
authorJohn Naylor <john.naylor@postgresql.org>2022-08-04 16:41:29 +0700
committerJohn Naylor <john.naylor@postgresql.org>2022-08-04 16:41:29 +0700
commitbcabbfc6a94bb1d59e380f1bcb7cd5da8338cd11 (patch)
tree50f30ec04d5c499da413d2096978242b7627b76a /src/backend/commands/explain.c
parent9f08803828d7dc9691e773f5bec4eed21f5ff520 (diff)
downloadpostgresql-bcabbfc6a94bb1d59e380f1bcb7cd5da8338cd11.tar.gz
postgresql-bcabbfc6a94bb1d59e380f1bcb7cd5da8338cd11.zip
Fix formatting and comment typos
Justin Pryzby Discussion: https://www.postgresql.org/message-id/20220801181136.GJ15006%40telsasoft.com
Diffstat (limited to 'src/backend/commands/explain.c')
-rw-r--r--src/backend/commands/explain.c1
1 files changed, 0 insertions, 1 deletions
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);