diff options
Diffstat (limited to 'src/include/storage/bufmgr.h')
| -rw-r--r-- | src/include/storage/bufmgr.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/include/storage/bufmgr.h b/src/include/storage/bufmgr.h index 22f66c2295..e9ba960a06 100644 --- a/src/include/storage/bufmgr.h +++ b/src/include/storage/bufmgr.h @@ -1,12 +1,12 @@ /*------------------------------------------------------------------------- * - * bufmgr.h-- + * bufmgr.h * POSTGRES buffer manager definitions. * * * Copyright (c) 1994, Regents of the University of California * - * $Id: bufmgr.h,v 1.24 1998/12/15 12:46:56 vadim Exp $ + * $Id: bufmgr.h,v 1.25 1999/02/13 23:22:04 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -55,7 +55,7 @@ typedef bits16 BufferLock; #define BufferDescriptorGetBuffer(bdesc) ((bdesc)->buf_id + 1) /* - * BufferIsPinned -- + * BufferIsPinned * True iff the buffer is pinned (and therefore valid) * * Note: @@ -82,7 +82,7 @@ extern int ShowPinTrace; /* - * BufferIsValid -- + * BufferIsValid * True iff the refcnt of the local buffer is > 0 * Note: * BufferIsValid(InvalidBuffer) is False. @@ -117,7 +117,7 @@ extern int ShowPinTrace; ) /* - * BufferGetBlock -- + * BufferGetBlock * Returns a reference to a disk page image associated with a buffer. * * Note: |
