diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/storage/buf_internals.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/include/storage/buf_internals.h b/src/include/storage/buf_internals.h index 73033c556b5..192895b65f5 100644 --- a/src/include/storage/buf_internals.h +++ b/src/include/storage/buf_internals.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: buf_internals.h,v 1.54 2001/11/05 17:46:35 momjian Exp $ + * $Id: buf_internals.h,v 1.55 2002/06/15 19:55:38 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -170,9 +170,6 @@ extern bool BufTableInsert(BufferDesc *buf); /* bufmgr.c */ extern BufferDesc *BufferDescriptors; extern bits8 *BufferLocks; -extern BufferTag *BufferTagLastDirtied; -extern LockRelId *BufferRelidLastDirtied; -extern bool *BufferDirtiedByMe; /* localbuf.c */ extern BufferDesc *LocalBufferDescriptors; |