mirror of https://github.com/citusdata/citus.git
Ignore compile_commands.json, fix typo
parent
c37198f0fa
commit
9ed6dd5570
|
@ -37,6 +37,7 @@ lib*.pc
|
||||||
/autom4te.cache
|
/autom4te.cache
|
||||||
/Makefile.global
|
/Makefile.global
|
||||||
/src/Makefile.custom
|
/src/Makefile.custom
|
||||||
|
/compile_commands.json
|
||||||
|
|
||||||
# temporary files vim creates
|
# temporary files vim creates
|
||||||
*.swp
|
*.swp
|
||||||
|
|
|
@ -234,7 +234,7 @@ PG_FUNCTION_INFO_V1(poolinfo_valid);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* EnsureModificationsCanRun checks if the current node is in recovery mode or
|
* 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
|
void
|
||||||
EnsureModificationsCanRun(void)
|
EnsureModificationsCanRun(void)
|
||||||
|
|
Loading…
Reference in New Issue