diff options
Diffstat (limited to 'src/include/executor/hashjoin.h')
-rw-r--r-- | src/include/executor/hashjoin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/executor/hashjoin.h b/src/include/executor/hashjoin.h index 3dceec85f34..66e88a09157 100644 --- a/src/include/executor/hashjoin.h +++ b/src/include/executor/hashjoin.h @@ -1,12 +1,12 @@ /*------------------------------------------------------------------------- * - * hashjoin.h-- + * hashjoin.h * internal structures for hash table and buckets * * * Copyright (c) 1994, Regents of the University of California * - * $Id: hashjoin.h,v 1.7 1998/09/01 04:35:52 momjian Exp $ + * $Id: hashjoin.h,v 1.8 1999/02/13 23:21:24 momjian Exp $ * *------------------------------------------------------------------------- */ |