From 918e864f145583a314b0a5c3674290fcd46ea3f9 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 15 Jun 2002 19:55:38 +0000 Subject: Remove some pre-WAL relics: SharedBufferChanged BufferRelidLastDirtied BufferTagLastDirtied BufferDirtiedByMe Manfred Koizar --- src/include/storage/buf_internals.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/include') 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; -- cgit v1.2.3