diff options
| author | Bruce Momjian <bruce@momjian.us> | 2001-02-21 19:07:04 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2001-02-21 19:07:04 +0000 |
| commit | 15903a1ed44442a8f6dc2b011e11933d34bf19d7 (patch) | |
| tree | a1c281715bef6aaca5c4bdd098a326823f18a56c /src/include/storage/bufpage.h | |
| parent | be92ad49e0e94565e0ca10caeba186db80a24224 (diff) | |
| download | postgresql-15903a1ed44442a8f6dc2b011e11933d34bf19d7.tar.gz | |
Comment improvements.
Diffstat (limited to 'src/include/storage/bufpage.h')
| -rw-r--r-- | src/include/storage/bufpage.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/storage/bufpage.h b/src/include/storage/bufpage.h index 7eb84e392d..07a5f2447c 100644 --- a/src/include/storage/bufpage.h +++ b/src/include/storage/bufpage.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: bufpage.h,v 1.39 2001/01/24 19:43:27 momjian Exp $ + * $Id: bufpage.h,v 1.40 2001/02/21 19:07:04 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -23,7 +23,7 @@ #include "access/xlog.h" /* - * a postgres disk page is an abstraction layered on top of a postgres + * A postgres disk page is an abstraction layered on top of a postgres * disk block (which is simply a unit of i/o, see block.h). * * specifically, while a disk block can be unformatted, a postgres |
