diff options
Diffstat (limited to 'src/include/executor/nodeHash.h')
-rw-r--r-- | src/include/executor/nodeHash.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/include/executor/nodeHash.h b/src/include/executor/nodeHash.h index 02e56355263..da1113b32da 100644 --- a/src/include/executor/nodeHash.h +++ b/src/include/executor/nodeHash.h @@ -1,13 +1,13 @@ /*------------------------------------------------------------------------- * * nodeHash.h - * + * prototypes for nodeHash.c * * * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: nodeHash.h,v 1.28 2002/12/30 15:21:23 tgl Exp $ + * $Id: nodeHash.h,v 1.29 2003/01/10 23:54:24 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -38,6 +38,5 @@ extern void ExecChooseHashTableSize(double ntuples, int tupwidth, int *virtualbuckets, int *physicalbuckets, int *numbatches); -extern uint32 ComputeHashFunc(Datum key, int typLen, bool byVal); #endif /* NODEHASH_H */ |