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

Function GetCommandTagName

src/backend/tcop/cmdtag.c:44–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44const char *
45GetCommandTagName(CommandTag commandTag)
46{
47 return tag_behavior[commandTag].name;
48}
49
50bool
51command_tag_display_rowcount(CommandTag commandTag)

Callers 15

plpgsql_fulfill_promiseFunction · 0.85
exec_simple_queryFunction · 0.85
exec_execute_messageFunction · 0.85
EndCommandFunction · 0.85
standard_ProcessUtilityFunction · 0.85
InjectFaultInitFunction · 0.85
interpret_AS_clauseFunction · 0.85
EventTriggerCommonSetupFunction · 0.85
ExecuteSqlStringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected