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

Function InitializeQueryCompletion

src/backend/tcop/cmdtag.c:37–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35#undef PG_CMDTAG
36
37void
38InitializeQueryCompletion(QueryCompletion *qc)
39{
40 qc->commandTag = CMDTAG_UNKNOWN;
41 qc->nprocessed = 0;
42}
43
44const char *
45GetCommandTagName(CommandTag commandTag)

Callers 3

PortalRunFunction · 0.85
FillPortalStoreFunction · 0.85
_SPI_execute_planFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected