diff options
Diffstat (limited to 'src/include/storage')
| -rw-r--r-- | src/include/storage/buf_internals.h | 3 | ||||
| -rw-r--r-- | src/include/storage/bufmgr.h | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/src/include/storage/buf_internals.h b/src/include/storage/buf_internals.h index 356d2d8e2d..4fada24503 100644 --- a/src/include/storage/buf_internals.h +++ b/src/include/storage/buf_internals.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: buf_internals.h,v 1.11 1997/01/25 03:09:33 momjian Exp $ + * $Id: buf_internals.h,v 1.12 1997/03/28 07:06:48 scrappy Exp $ * * NOTE * If BUFFERPAGE0 is defined, then 0 will be used as a @@ -216,6 +216,7 @@ extern BufferDesc *BufferDescriptors; extern BufferBlock BufferBlocks; extern long *PrivateRefCount; extern long *LastRefCount; +extern long *CommitInfoNeedsSave; extern SPINLOCK BufMgrLock; /* localbuf.c */ diff --git a/src/include/storage/bufmgr.h b/src/include/storage/bufmgr.h index e4e376e000..fc239caeed 100644 --- a/src/include/storage/bufmgr.h +++ b/src/include/storage/bufmgr.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: bufmgr.h,v 1.9 1997/01/16 07:53:27 vadim Exp $ + * $Id: bufmgr.h,v 1.10 1997/03/28 07:06:53 scrappy Exp $ * *------------------------------------------------------------------------- */ @@ -114,6 +114,7 @@ extern int ReleaseAndReadBuffer_Debug(char *file, extern void BufferRefCountReset(int *refcountsave); extern void BufferRefCountRestore(int *refcountsave); extern int SetBufferWriteMode (int mode); +extern void SetBufferCommitInfoNeedsSave(Buffer buffer); #endif /* !defined(BufMgrIncluded) */ |
