mirror of https://github.com/citusdata/citus.git
Semmle: Remove now useless call to CitusHasBeenLoaded
parent
e4dd5ac2ad
commit
473ab30f8c
|
@ -632,12 +632,6 @@ multi_ProcessUtility(PlannedStmt *pstmt,
|
|||
|
||||
PostprocessVacuumStmt(vacuumStmt, queryString);
|
||||
}
|
||||
|
||||
/*
|
||||
* Ensure value is valid, we can't do some checks during CREATE
|
||||
* EXTENSION. This is important to register some invalidation callbacks.
|
||||
*/
|
||||
CitusHasBeenLoaded();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue