mirror of https://github.com/citusdata/citus.git
added checkextension call site
parent
4716af1d31
commit
f84a999a4b
|
@ -187,7 +187,7 @@ columnar_beginscan(Relation relation, Snapshot snapshot,
|
|||
ParallelTableScanDesc parallel_scan,
|
||||
uint32 flags)
|
||||
{
|
||||
CheckCitusVersion(ERROR);
|
||||
CheckExtensionVersion(ERROR);
|
||||
|
||||
int natts = relation->rd_att->natts;
|
||||
|
||||
|
|
Loading…
Reference in New Issue