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

Commitf1edf84

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 parent1233680 commitf1edf84

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3083,13 +3083,9 @@ psql_completion(const char *text, int start, int end)
30833083
COMPLETE_WITH_LIST_CS2("single","double");
30843084
}
30853085
elseif (TailMatchesCS1("\\unset"))
3086-
{
30873086
matches=complete_from_variables(text,"","", true);
3088-
}
30893087
elseif (TailMatchesCS1("\\set"))
3090-
{
30913088
matches=complete_from_variables(text,"","", false);
3092-
}
30933089
elseif (TailMatchesCS2("\\set",MatchAny))
30943090
{
30953091
if (TailMatchesCS1("AUTOCOMMIT|ON_ERROR_STOP|QUIET|"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp