diff options
Diffstat (limited to 'src/include/storage/buf_internals.h')
-rw-r--r-- | src/include/storage/buf_internals.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/include/storage/buf_internals.h b/src/include/storage/buf_internals.h index 41fce0780f0..e7ac9f548ca 100644 --- a/src/include/storage/buf_internals.h +++ b/src/include/storage/buf_internals.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: buf_internals.h,v 1.45 2000/11/30 01:39:08 tgl Exp $ + * $Id: buf_internals.h,v 1.46 2000/11/30 08:46:26 vadim Exp $ * *------------------------------------------------------------------------- */ @@ -18,7 +18,6 @@ #include "storage/lmgr.h" #include "storage/s_lock.h" - /* Buf Mgr constants */ /* in bufmgr.c */ extern int Data_Descriptors; @@ -28,7 +27,6 @@ extern int Num_Descriptors; extern int ShowPinTrace; - /* * Flags for buffer descriptors */ @@ -105,9 +103,7 @@ typedef struct sbufdesc bool ri_lock; /* read-intent lock */ bool w_lock; /* context exclusively locked */ -#ifdef XLOG bool cntxDirty; /* new way to mark block as dirty */ -#endif BufferBlindId blind; /* was used to support blind write */ |