1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-25 20:23:07 +03:00

Tiny assorted fixes: correct a typo in a comment in vacuumlazy.c, remove

some unused #include directives from bufmgr.c, and clarify comments in
bufmgr.h and buf.h
This commit is contained in:
Neil Conway
2004-04-25 23:50:58 +00:00
parent 1cb7f2ebf3
commit 0370951347
4 changed files with 7 additions and 9 deletions

View File

@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $PostgreSQL: pgsql/src/include/storage/bufmgr.h,v 1.77 2004/04/22 07:21:55 neilc Exp $
* $PostgreSQL: pgsql/src/include/storage/bufmgr.h,v 1.78 2004/04/25 23:50:58 neilc Exp $
*
*-------------------------------------------------------------------------
*/
@@ -42,7 +42,7 @@ extern DLLIMPORT int NLocBuffer;
extern DLLIMPORT Block *LocalBufferBlockPointers;
extern int32 *LocalRefCount;
/* special pageno for bget */
/* special block number for ReadBuffer() */
#define P_NEW InvalidBlockNumber /* grow the file to get a new page */
/*