Commit 1c297d42 authored by Vadim B. Mikheev's avatar Vadim B. Mikheev

No more LateWrite.

parent cbc7af81
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/storage/buffer/buf_init.c,v 1.3 1996/11/08 05:58:09 momjian Exp $ * $Header: /cvsroot/pgsql/src/backend/storage/buffer/buf_init.c,v 1.4 1997/01/16 08:04:30 vadim Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -118,9 +118,6 @@ long *LastRefCount; /* refcounts of last ExecMain level */ ...@@ -118,9 +118,6 @@ long *LastRefCount; /* refcounts of last ExecMain level */
SPINLOCK BufMgrLock; SPINLOCK BufMgrLock;
/* delayed write: TRUE on, FALSE off */
int LateWrite = TRUE;
int ReadBufferCount; int ReadBufferCount;
int BufferHitCount; int BufferHitCount;
int BufferFlushCount; int BufferFlushCount;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment