mirror of https://github.com/citusdata/citus.git
Fixes indentation errors
parent
c558caf4bb
commit
48e959522b
|
@ -160,15 +160,6 @@ static void UnmarkObjectDistributedOnLocalMainDb(uint16 catalogRelId, Oid object
|
||||||
bool
|
bool
|
||||||
RunPreprocessNonMainDBCommand(Node *parsetree)
|
RunPreprocessNonMainDBCommand(Node *parsetree)
|
||||||
{
|
{
|
||||||
/* NodeTag tag = nodeTag(parsetree); */
|
|
||||||
/* if ( tag == T_AlterDatabaseSetStmt){ */
|
|
||||||
/* AlterDatabaseSetStmt *stmt = castNode(AlterDatabaseSetStmt, parsetree); */
|
|
||||||
/* if (strcmp(stmt->dbname, MainDb) == 0){ */
|
|
||||||
/* return false; */
|
|
||||||
/* } */
|
|
||||||
/* } */
|
|
||||||
|
|
||||||
|
|
||||||
if (IsMainDB)
|
if (IsMainDB)
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in New Issue