mirror of
https://github.com/postgres/postgres.git
synced 2025-06-05 23:56:58 +03:00
Remove unnecessary braces, to match the surrounding style.
Mostly in the new subscription-related commands. Backport the few that were also present in older versions. Thomas Munro Discussion: https://www.postgresql.org/message-id/CAEepm=3CyW1QmXcXJXmqiJXtXzFDc8SvSfnxkEGD3Bkv2SrkeQ@mail.gmail.com
This commit is contained in:
parent
521fede166
commit
66a3ea0711
@ -3360,9 +3360,7 @@ psql_completion(char *text, int start, int end)
|
||||
}
|
||||
}
|
||||
else if (strcmp(prev_wd, "\\set") == 0)
|
||||
{
|
||||
matches = complete_from_variables(text, "", "");
|
||||
}
|
||||
else if (strcmp(prev_wd, "\\sf") == 0 || strcmp(prev_wd, "\\sf+") == 0)
|
||||
COMPLETE_WITH_SCHEMA_QUERY(Query_for_list_of_functions, NULL);
|
||||
else if (strcmp(prev_wd, "\\cd") == 0 ||
|
||||
|
Loading…
x
Reference in New Issue
Block a user