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

Commit66a3ea0

Browse files
committed
Remove unnecessary braces, to match the surrounding style.
Mostly in the new subscription-related commands. Backport the few thatwere also present in older versions.Thomas MunroDiscussion:https://www.postgresql.org/message-id/CAEepm=3CyW1QmXcXJXmqiJXtXzFDc8SvSfnxkEGD3Bkv2SrkeQ@mail.gmail.com
1 parent521fede commit66a3ea0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

‎src/bin/psql/tab-complete.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3360,9 +3360,7 @@ psql_completion(char *text, int start, int end)
33603360
}
33613361
}
33623362
elseif (strcmp(prev_wd,"\\set")==0)
3363-
{
33643363
matches=complete_from_variables(text,"","");
3365-
}
33663364
elseif (strcmp(prev_wd,"\\sf")==0||strcmp(prev_wd,"\\sf+")==0)
33673365
COMPLETE_WITH_SCHEMA_QUERY(Query_for_list_of_functions,NULL);
33683366
elseif (strcmp(prev_wd,"\\cd")==0||

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp