Ignore compile_commands.json, fix typo

pull/2778/head
Philip Dubé 2019-06-19 11:30:31 +02:00
parent c37198f0fa
commit 9ed6dd5570
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -37,6 +37,7 @@ lib*.pc
/autom4te.cache
/Makefile.global
/src/Makefile.custom
/compile_commands.json
# temporary files vim creates
*.swp

View File

@ -234,7 +234,7 @@ PG_FUNCTION_INFO_V1(poolinfo_valid);
/*
* EnsureModificationsCanRun checks if the current node is in recovery mode or
* citus.use_secondary_nodes is 'alwaus'. If either is true the function errors out.
* citus.use_secondary_nodes is 'always'. If either is true the function errors out.
*/
void
EnsureModificationsCanRun(void)