MCPcopy Create free account
hub / github.com/apache/cloudberry / cleanup

Function cleanup

src/backend/bootstrap/bootstrap.c:906–911  ·  view source on GitHub ↗

---------------- * cleanup * ---------------- */

Source from the content-addressed store, hash-verified

904 * ----------------
905 */
906static void
907cleanup(void)
908{
909 if (boot_reldesc != NULL)
910 closerel(NULL);
911}
912
913/* ----------------
914 * populate_typ_list

Callers 1

BootstrapModeMainFunction · 0.70

Calls 1

closerelFunction · 0.85

Tested by

no test coverage detected