agora inbox for [email protected]  
help / color / mirror / Atom feed
From: Tomas Vondra <[email protected]>
Subject: [PATCH 3/4] fix explain in parallel mode
Date: Tue, 9 Jul 2019 00:13:34 +0200

---
 src/backend/commands/explain.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/backend/commands/explain.c b/src/backend/commands/explain.c
index d3f855a12a..925e8236ba 100644
--- a/src/backend/commands/explain.c
+++ b/src/backend/commands/explain.c
@@ -2775,7 +2775,7 @@ show_incremental_sort_info(IncrementalSortState *incrsortstate,
 								 fullsort_spaceUsed, fullsort_group_count);
 				if (prefixsort_instrument)
 					appendStringInfo(es->str,
-									 ", Prefix Sort Method: %s  %s: %ldkB  Groups: %ld",
+									 ", Prefix Sort Method: %s  %s: %ldkB  Groups: %ld\n",
 									 prefixsort_sortMethod, prefixsort_spaceType,
 									 prefixsort_spaceUsed, prefixsort_group_count);
 				else
-- 
2.20.1


--5bdgxkv4n6n2squ7
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment;
 filename="0004-rework-where-incremental-sort-paths-are-created.patch"



view thread (20+ messages)  latest in thread

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected]
  Subject: Re: [PATCH 3/4] fix explain in parallel mode
  In-Reply-To: <no-message-id-1881984@localhost>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox