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

Function GetCurrentWarehouseId

src/backend/utils/init/miscinit.c:976–980  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

974}
975
976Oid
977GetCurrentWarehouseId(void)
978{
979 return CurrentWarehouseId;
980}
981
982void
983SetCurrentWarehouseId(Oid warehouseid)

Callers 10

pgstat_report_activityFunction · 0.85
remove_segment_configFunction · 0.85
gp_add_segmentFunction · 0.85
gp_add_segment_mirrorFunction · 0.85
probeWalRepUpdateConfigFunction · 0.85
dbid_get_dbinfoFunction · 0.85
contentid_get_dbidFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected