Skip to content

Commit b921aeb

Browse files
committed
Fix comment block trashed by pgindent.
Looks like I put the protective dashes in the wrong place in f4e4b32.
1 parent be11f84 commit b921aeb

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy