Put only single space after "Sort Method:", for consistency
authorPeter Eisentraut
Mon, 6 Dec 2010 11:35:47 +0000 (13:35 +0200)
committerPeter Eisentraut
Mon, 6 Dec 2010 11:35:47 +0000 (13:35 +0200)
src/backend/commands/explain.c

index 81885b4fb74bcb97c4e44d8528a57d6481ed2054..99f5c295324f6a2bf3dbf9c064b2a3d7eeb30533 100644 (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