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

Function IsReplicatedTable

src/backend/cdb/cdbcat.c:248–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246}
247
248bool
249IsReplicatedTable(Oid relid)
250{
251 return GpPolicyIsReplicated(GpPolicyFetch(relid));
252}
253
254/*
255 * Returns true only if the policy is a replicated.

Callers 1

Calls 2

GpPolicyIsReplicatedFunction · 0.85
GpPolicyFetchFunction · 0.85

Tested by

no test coverage detected