Put only single space after "Sort Method:", for consistency

This commit is contained in:
Peter Eisentraut 2010-12-06 13:35:47 +02:00
parent d1001a78ce
commit 951d786121
1 changed files with 1 additions and 1 deletions

View File

@ -1469,7 +1469,7 @@ show_sort_info(SortState *sortstate, ExplainState *es)
if (es->format == EXPLAIN_FORMAT_TEXT)
{
appendStringInfoSpaces(es->str, es->indent * 2);
appendStringInfo(es->str, "Sort Method: %s %s: %ldkB\n",
appendStringInfo(es->str, "Sort Method: %s %s: %ldkB\n",
sortMethod, spaceType, spaceUsed);
}
else