added checkextension call site

pull/5712/head
yxu2162 2022-02-15 12:19:00 -08:00
parent 4716af1d31
commit f84a999a4b
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ columnar_beginscan(Relation relation, Snapshot snapshot,
ParallelTableScanDesc parallel_scan, ParallelTableScanDesc parallel_scan,
uint32 flags) uint32 flags)
{ {
CheckCitusVersion(ERROR); CheckExtensionVersion(ERROR);
int natts = relation->rd_att->natts; int natts = relation->rd_att->natts;