Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb921aeb

Browse files
committed
Fix comment block trashed by pgindent.
Looks like I put the protective dashes in the wrong place inf4e4b32.
1 parentbe11f84 commitb921aeb

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

‎src/backend/executor/nodeHash.c

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1121,12 +1121,13 @@ ExecScanHashBucket(HashJoinState *hjstate,
11211121
void
11221122
ExecPrepHashTableForUnmatched(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;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp