Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf288877

Browse files
committed
Fix thinko in comment.
1 parentd87e109 commitf288877

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/include/storage/bufpage.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
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 $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -99,7 +99,7 @@ typedef uint16 LocationIndex;
9999
* there was no concept of a page version number, and doing it this way
100100
* lets us pretend that pre-7.3 databases have page version number zero.
101101
* 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.
103103
*
104104
* Minimum possible page size is perhaps 64B to fit page header, opaque space
105105
* and a minimal tuple; of course, in reality you want it much bigger, so

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp