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

Function AORelationVersion_Get

src/backend/catalog/pg_appendonly.c:810–818  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

808}
809
810int16
811AORelationVersion_Get(Relation rel)
812{
813 FormData_pg_appendonly aoFormData;
814
815 GetAppendOnlyEntry(rel, &aoFormData);
816
817 return aoFormData.version;
818}
819
820bool
821AORelationVersion_Validate(Relation rel, int16 version)

Callers 4

DefineIndexFunction · 0.85
fetchFromCurrentBlockFunction · 0.85
scanToFetchValueFunction · 0.85

Calls 1

GetAppendOnlyEntryFunction · 0.85

Tested by

no test coverage detected