Put only single space after "Sort Method:", for consistency
This commit is contained in:
parent
d1001a78ce
commit
951d786121
@ -1469,7 +1469,7 @@ show_sort_info(SortState *sortstate, ExplainState *es)
|
|||||||
if (es->format == EXPLAIN_FORMAT_TEXT)
|
if (es->format == EXPLAIN_FORMAT_TEXT)
|
||||||
{
|
{
|
||||||
appendStringInfoSpaces(es->str, es->indent * 2);
|
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);
|
sortMethod, spaceType, spaceUsed);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user