优化hashjoin细节、对位操作等做一些指令级优化
This commit is contained in:
@ -284,14 +284,6 @@ TupleTableSlot* ExecHashJoin(HashJoinState* node)
|
||||
|
||||
/* fall through */
|
||||
case HJ_SCAN_BUCKET:
|
||||
|
||||
/*
|
||||
* We check for interrupts here because this corresponds to
|
||||
* where we'd fetch a row from a child plan node in other join
|
||||
* types.
|
||||
*/
|
||||
CHECK_FOR_INTERRUPTS();
|
||||
|
||||
/*
|
||||
* Scan the selected hash bucket for matches to current outer
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user