mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
Put only single space after "Sort Method:", for consistency
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user