mirror of
https://github.com/postgres/postgres.git
synced 2025-05-15 19:15:29 +03:00
Fix comment block trashed by pgindent.
Looks like I put the protective dashes in the wrong place in f4e4b32743.
This commit is contained in:
parent
be11f8400d
commit
b921aeb167
@ -1121,12 +1121,13 @@ ExecScanHashBucket(HashJoinState *hjstate,
|
|||||||
void
|
void
|
||||||
ExecPrepHashTableForUnmatched(HashJoinState *hjstate)
|
ExecPrepHashTableForUnmatched(HashJoinState *hjstate)
|
||||||
{
|
{
|
||||||
/*
|
/*----------
|
||||||
* ---------- During this scan we use the HashJoinState fields as follows:
|
* During this scan we use the HashJoinState fields as follows:
|
||||||
*
|
*
|
||||||
* hj_CurBucketNo: next regular bucket to scan hj_CurSkewBucketNo: next
|
* hj_CurBucketNo: next regular bucket to scan
|
||||||
* skew bucket (an index into skewBucketNums) hj_CurTuple: last tuple
|
* hj_CurSkewBucketNo: next skew bucket (an index into skewBucketNums)
|
||||||
* returned, or NULL to start next bucket ----------
|
* hj_CurTuple: last tuple returned, or NULL to start next bucket
|
||||||
|
*----------
|
||||||
*/
|
*/
|
||||||
hjstate->hj_CurBucketNo = 0;
|
hjstate->hj_CurBucketNo = 0;
|
||||||
hjstate->hj_CurSkewBucketNo = 0;
|
hjstate->hj_CurSkewBucketNo = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user