Make function static again

velioglu/temp_two_pro
Burak Velioglu 2022-01-28 15:30:48 +03:00
parent 5cc00d44c3
commit 5c4974d7d3
No known key found for this signature in database
GPG Key ID: F6827E620F6549C6
1 changed files with 1 additions and 1 deletions

View File

@ -1843,7 +1843,7 @@ GetRoleSpecObjectForGrantStmt(Oid roleOid)
/* /*
* SetLocalEnableDependencyCreation sets the enable_object_propagation locally * SetLocalEnableDependencyCreation sets the enable_object_propagation locally
*/ */
void static void
SetLocalEnableDependencyCreation(bool state) SetLocalEnableDependencyCreation(bool state)
{ {
set_config_option("citus.enable_object_propagation", state == true ? "on" : "off", set_config_option("citus.enable_object_propagation", state == true ? "on" : "off",