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

Function InitTableAmRoutine

src/backend/utils/cache/relcache.c:1845–1849  ·  view source on GitHub ↗

* Fill in the TableAmRoutine for a relation * * relation's rd_amhandler must be valid already. */

Source from the content-addressed store, hash-verified

1843 * relation's rd_amhandler must be valid already.
1844 */
1845static void
1846InitTableAmRoutine(Relation relation)
1847{
1848 relation->rd_tableam = GetTableAmRoutine(relation->rd_amhandler);
1849}
1850
1851/*
1852 * Initialize table access method support for a table like relation

Callers 1

Calls 1

GetTableAmRoutineFunction · 0.85

Tested by

no test coverage detected