diff options
Diffstat (limited to 'src/backend/executor/nodeHash.c')
-rw-r--r-- | src/backend/executor/nodeHash.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/backend/executor/nodeHash.c b/src/backend/executor/nodeHash.c index 1d841576fea..a35bee555c8 100644 --- a/src/backend/executor/nodeHash.c +++ b/src/backend/executor/nodeHash.c @@ -7,7 +7,7 @@ * Portions Copyright (c) 1994, Regents of the University of California * * - * $Id: nodeHash.c,v 1.45 2000/04/18 05:43:01 tgl Exp $ + * $Id: nodeHash.c,v 1.46 2000/05/31 00:28:17 petere Exp $ * *------------------------------------------------------------------------- */ @@ -27,10 +27,9 @@ #include "executor/executor.h" #include "executor/nodeHash.h" #include "executor/nodeHashjoin.h" +#include "miscadmin.h" #include "utils/portal.h" -extern int SortMem; - static int hashFunc(Datum key, int len, bool byVal); /* ---------------------------------------------------------------- |