未验证 提交 12f96ee7 编写于 作者: B BaiShaoqi 提交者: GitHub

Remove a FIXME comment about the need to have EvalPlanQual recheck functions for AO table scans

Reviewed by Paul and heikki, ideas brought by heikki
上级 ac54faad
......@@ -42,7 +42,12 @@ getScanMethod(int tableType)
&HeapScanNext, &HeapScanRecheck, &BeginScanHeapRelation, &EndScanHeapRelation,
&ReScanHeapRelation, &MarkPosHeapRelation, &RestrPosHeapRelation
},
// GPDB_90_MERGE_FIXME: should we have rechecks for AO / AOCS scans?
/*
* AO and AOCS tables don't need a recheck-method, because they never
* participate in EvalPlanQual rechecks. (They don't have a ctid
* field, so UPDATE in REPEATABLE READ mode cannot follow the chain
* to the updated tuple.
*/
{
&AppendOnlyScanNext, NULL, &BeginScanAppendOnlyRelation, &EndScanAppendOnlyRelation,
&ReScanAppendOnlyRelation, &MarkRestrNotAllowed, &MarkRestrNotAllowed
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册