From 280acf0904340b1911b11e0ce8afe75cbfd1a650 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sun, 4 Oct 1998 20:19:08 +0000 Subject: hash.h's use of BSHIFT conflicts with on my system. Finally got tired of looking at the compiler warning messages. BSHIFT isn't all that useful, so I just took out the macro. --- src/include/access/hash.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/include') 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 -- cgit v1.2.3