From: Justin Pryzby Date: Tue, 26 Jul 2022 18:34:08 -0500 Subject: [PATCH 3/4] f!newline --- src/backend/commands/explain.c | 1 - 1 file changed, 1 deletion(-) 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); -- 2.17.1 --GN/IAAAoV4GJoJGS Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0004-print-oids-with-u.patch"