diff options
Diffstat (limited to 'src/include/storage/buf_internals.h')
-rw-r--r-- | src/include/storage/buf_internals.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/include/storage/buf_internals.h b/src/include/storage/buf_internals.h index 65abe9b8ceb..80aca7c57e9 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.41 2000/10/23 04:10:14 vadim Exp $ + * $Id: buf_internals.h,v 1.42 2000/10/28 16:21:00 vadim Exp $ * *------------------------------------------------------------------------- */ @@ -109,6 +109,10 @@ 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 */ /* |