mirror of
https://github.com/postgres/postgres.git
synced 2025-07-14 08:21:07 +03:00
Fix whitespace issues found by git diff --check, add gitattributes
Set per file type attributes in .gitattributes to fine-tune whitespace checks. With the associated cleanups, the tree is now clean for git
This commit is contained in:
@ -1584,7 +1584,7 @@ psql_completion(char *text, int start, int end)
|
||||
else if (pg_strcasecmp(prev4_wd, "REPLICA") == 0 &&
|
||||
pg_strcasecmp(prev3_wd, "IDENTITY") == 0 &&
|
||||
pg_strcasecmp(prev2_wd, "USING") == 0 &&
|
||||
pg_strcasecmp(prev_wd, "INDEX") == 0)
|
||||
pg_strcasecmp(prev_wd, "INDEX") == 0)
|
||||
{
|
||||
completion_info_charp = prev5_wd;
|
||||
COMPLETE_WITH_QUERY(Query_for_index_of_table);
|
||||
|
Reference in New Issue
Block a user