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

Method CheckRTPermissions

src/backend/gpopt/gpdbwrappers.cpp:2066–2075  ·  view source on GitHub ↗

check permissions on range table

Source from the content-addressed store, hash-verified

2064
2065// check permissions on range table
2066void
2067gpdb::CheckRTPermissions(List *rtable)
2068{
2069 GP_WRAP_START;
2070 {
2071 ExecCheckRTPerms(rtable, true);
2072 return;
2073 }
2074 GP_WRAP_END;
2075}
2076
2077
2078// check that a table doesn't have UPDATE triggers.

Callers

nothing calls this directly

Calls 1

ExecCheckRTPermsFunction · 0.85

Tested by

no test coverage detected