diff options
| author | Bruce Momjian | 2001-10-25 05:50:21 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2001-10-25 05:50:21 +0000 |
| commit | 25a8ccbcb71d2b121f94abafe59f29420676f3cb (patch) | |
| tree | b548ae7abb247c1486fced19441b3d5beec1ecdb /src/include/executor/nodeHash.h | |
| parent | eaa1184358e8fc1cca3bb3d83d1f1250111390d4 (diff) | |
pgindent run on all C files. Java run to follow. initdb/regression
tests pass.
Diffstat (limited to 'src/include/executor/nodeHash.h')
| -rw-r--r-- | src/include/executor/nodeHash.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/include/executor/nodeHash.h b/src/include/executor/nodeHash.h index 91db8b1ef2..a7824fc566 100644 --- a/src/include/executor/nodeHash.h +++ b/src/include/executor/nodeHash.h @@ -33,8 +33,7 @@ extern HeapTuple ExecScanHashBucket(HashJoinState *hjstate, List *hjclauses, extern void ExecHashTableReset(HashJoinTable hashtable, long ntuples); extern void ExecReScanHash(Hash *node, ExprContext *exprCtxt, Plan *parent); extern void ExecChooseHashTableSize(double ntuples, int tupwidth, - int *virtualbuckets, - int *physicalbuckets, - int *numbatches); - + int *virtualbuckets, + int *physicalbuckets, + int *numbatches); #endif /* NODEHASH_H */ |
