diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/access/hash.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/access/hash.h b/src/include/access/hash.h index fe49bad037c..019fb7d58a2 100644 --- a/src/include/access/hash.h +++ b/src/include/access/hash.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: hash.h,v 1.19 1998/09/01 04:34:11 momjian Exp $ + * $Id: hash.h,v 1.20 1998/10/04 20:19:06 tgl Exp $ * * NOTES * modeled after Margo Seltzer's hash implementation for unix. @@ -165,7 +165,6 @@ typedef struct HashMetaPageData typedef HashMetaPageData *HashMetaPage; /* Short hands for accessing structure */ -#define BSHIFT hashm_bshift #define OVFL_POINT hashm_ovflpoint #define LAST_FREED hashm_lastfreed #define MAX_BUCKET hashm_maxbucket |
