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

Function GetAssignedOidsForDispatch

src/backend/catalog/oid_dispatch.c:1557–1565  ·  view source on GitHub ↗

* Get list of OIDs assigned in this transaction, since the last call. */

Source from the content-addressed store, hash-verified

1555 * Get list of OIDs assigned in this transaction, since the last call.
1556 */
1557List *
1558GetAssignedOidsForDispatch(void)
1559{
1560 List *l;
1561
1562 l = dispatch_oids;
1563 dispatch_oids = NIL;
1564 return l;
1565}
1566
1567/*
1568 * Called at end-of-transaction. There is normally nothing to do,

Callers 15

paxProcessUtilityFunction · 0.85
foreachFunction · 0.85
DefineRuleFunction · 0.85
ProcessUtilitySlowFunction · 0.85
CreateQueueFunction · 0.85
CreateTagFunction · 0.85
AlterTagFunction · 0.85
CreateStorageServerFunction · 0.85
AlterStorageServerFunction · 0.85
RemoveStorageServerFunction · 0.85
CreateStorageUserMappingFunction · 0.85
AlterStorageUserMappingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected