diff options
| author | Bruce Momjian | 2002-06-15 19:55:38 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2002-06-15 19:55:38 +0000 |
| commit | 918e864f145583a314b0a5c3674290fcd46ea3f9 (patch) | |
| tree | b4cf43cc81b3a7f5e4eac60bc4d8ab63def1de80 /src/include | |
| parent | 3c35face4108af1dcd94a02bd71c820fe1899216 (diff) | |
Remove some pre-WAL relics:
SharedBufferChanged
BufferRelidLastDirtied
BufferTagLastDirtied
BufferDirtiedByMe
Manfred Koizar
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; |
