Semmle: Remove now useless call to CitusHasBeenLoaded

semmle-missing-citushasbeenloaded
Jelte Fennema 2020-02-14 10:18:52 +01:00
parent e4dd5ac2ad
commit 473ab30f8c
1 changed files with 0 additions and 6 deletions

View File

@ -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();
}