summaryrefslogtreecommitdiff
path: root/src/include/executor/nodeHash.h
diff options
context:
space:
mode:
authorBruce Momjian2001-03-22 04:01:46 +0000
committerBruce Momjian2001-03-22 04:01:46 +0000
commit0bd93b2a64d59d1ec33db4f50f293d0ae2bce872 (patch)
treed8ac1814300dc3809a79e3ac140a1663b0139657 /src/include/executor/nodeHash.h
parent629a23ddf7c15b0f27d2c4417af9cd476093073d (diff)
pgindent run. Make it all clean.
Diffstat (limited to 'src/include/executor/nodeHash.h')
-rw-r--r--src/include/executor/nodeHash.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/executor/nodeHash.h b/src/include/executor/nodeHash.h
index 95d628af9b..d48545de9d 100644
--- a/src/include/executor/nodeHash.h
+++ b/src/include/executor/nodeHash.h
@@ -26,11 +26,11 @@ extern void ExecEndHash(Hash *node);
extern HashJoinTable ExecHashTableCreate(Hash *node);
extern void ExecHashTableDestroy(HashJoinTable hashtable);
extern void ExecHashTableInsert(HashJoinTable hashtable,
- ExprContext *econtext,
- Node *hashkey);
+ ExprContext *econtext,
+ Node *hashkey);
extern int ExecHashGetBucket(HashJoinTable hashtable,
- ExprContext *econtext,
- Node *hashkey);
+ ExprContext *econtext,
+ Node *hashkey);
extern HeapTuple ExecScanHashBucket(HashJoinState *hjstate, List *hjclauses,
ExprContext *econtext);
extern void ExecHashTableReset(HashJoinTable hashtable, long ntuples);