diff options
author | Vadim B. Mikheev <vadim4o@yahoo.com> | 2000-10-28 16:21:00 +0000 |
---|---|---|
committer | Vadim B. Mikheev <vadim4o@yahoo.com> | 2000-10-28 16:21:00 +0000 |
commit | 5b0740d3fcd55f6e545e8bd577fe8ccba2be4987 (patch) | |
tree | 06cf3807f89c23d365322e08f594e6bbaaa95a3c /src/include/storage/buf_internals.h | |
parent | 2f4c9d39febec0c092388b124bf3de2d857eb5a9 (diff) |
WAL
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 */ /* |