We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1001a7 commit 951d786Copy full SHA for 951d786
src/backend/commands/explain.c
@@ -1469,7 +1469,7 @@ show_sort_info(SortState *sortstate, ExplainState *es)
1469
if (es->format == EXPLAIN_FORMAT_TEXT)
1470
{
1471
appendStringInfoSpaces(es->str, es->indent * 2);
1472
- appendStringInfo(es->str, "Sort Method: %s %s: %ldkB\n",
+ appendStringInfo(es->str, "Sort Method: %s %s: %ldkB\n",
1473
sortMethod, spaceType, spaceUsed);
1474
}
1475
else
0 commit comments