|
7 | 7 | * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
|
8 | 8 | * Portions Copyright (c) 1994, Regents of the University of California
|
9 | 9 | *
|
10 |
| - * $PostgreSQL: pgsql/src/include/storage/bufpage.h,v 1.56 2003/11/29 22:41:13 pgsql Exp $ |
| 10 | + * $PostgreSQL: pgsql/src/include/storage/bufpage.h,v 1.57 2003/12/11 21:21:55 tgl Exp $ |
11 | 11 | *
|
12 | 12 | *-------------------------------------------------------------------------
|
13 | 13 | */
|
@@ -99,7 +99,7 @@ typedef uint16 LocationIndex;
|
99 | 99 | * there was no concept of a page version number, and doing it this way
|
100 | 100 | * lets us pretend that pre-7.3 databases have page version number zero.
|
101 | 101 | * We constrain page sizes to be multiples of 256, leaving the low eight
|
102 |
| - *bytes available for a version number. |
| 102 | + *bits available for a version number. |
103 | 103 | *
|
104 | 104 | * Minimum possible page size is perhaps 64B to fit page header, opaque space
|
105 | 105 | * and a minimal tuple; of course, in reality you want it much bigger, so
|
|