mirror of https://github.com/citusdata/citus.git
Make function static again
parent
5cc00d44c3
commit
5c4974d7d3
|
@ -1843,7 +1843,7 @@ GetRoleSpecObjectForGrantStmt(Oid roleOid)
|
|||
/*
|
||||
* SetLocalEnableDependencyCreation sets the enable_object_propagation locally
|
||||
*/
|
||||
void
|
||||
static void
|
||||
SetLocalEnableDependencyCreation(bool state)
|
||||
{
|
||||
set_config_option("citus.enable_object_propagation", state == true ? "on" : "off",
|
||||
|
|
Loading…
Reference in New Issue