Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit951d786

Browse files
committed
Put only single space after "Sort Method:", for consistency
1 parentd1001a7 commit951d786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/commands/explain.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1469,7 +1469,7 @@ show_sort_info(SortState *sortstate, ExplainState *es)
14691469
if (es->format==EXPLAIN_FORMAT_TEXT)
14701470
{
14711471
appendStringInfoSpaces(es->str,es->indent*2);
1472-
appendStringInfo(es->str,"Sort Method:%s %s: %ldkB\n",
1472+
appendStringInfo(es->str,"Sort Method: %s %s: %ldkB\n",
14731473
sortMethod,spaceType,spaceUsed);
14741474
}
14751475
else

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp