mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Change my-function-name-- to my_function_name, and optimizer renames.
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user