File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -1121,12 +1121,13 @@ ExecScanHashBucket(HashJoinState *hjstate,
11211121void
11221122ExecPrepHashTableForUnmatched (HashJoinState * hjstate )
11231123{
1124- /*
1125- * ---------- During this scan we use the HashJoinState fields as follows:
1124+ /*----------
1125+ * During this scan we use the HashJoinState fields as follows:
11261126 *
1127- * hj_CurBucketNo: next regular bucket to scan hj_CurSkewBucketNo: next
1128- * skew bucket (an index into skewBucketNums) hj_CurTuple: last tuple
1129- * returned, or NULL to start next bucket ----------
1127+ * hj_CurBucketNo: next regular bucket to scan
1128+ * hj_CurSkewBucketNo: next skew bucket (an index into skewBucketNums)
1129+ * hj_CurTuple: last tuple returned, or NULL to start next bucket
1130+ *----------
11301131 */
11311132 hjstate -> hj_CurBucketNo = 0 ;
11321133 hjstate -> hj_CurSkewBucketNo = 0 ;
You can’t perform that action at this time.
0 commit comments