diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2004-08-04 21:34:35 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2004-08-04 21:34:35 +0000 |
commit | fcbc43872759f2fead5782fd9b04cb70b72e7f56 (patch) | |
tree | 07673d8517a11d149859d7b8146233f8fad66f3f /src/include/storage/bufpage.h | |
parent | ecb68138e9d26324256db004c1783b4a41b75a33 (diff) | |
download | postgresql-fcbc43872759f2fead5782fd9b04cb70b72e7f56.tar.gz postgresql-fcbc43872759f2fead5782fd9b04cb70b72e7f56.zip |
Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments
and documentation to reference 8.0 instead of 7.5.
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 21148c9937b..84f3c670ce0 100644 --- a/src/include/storage/bufpage.h +++ b/src/include/storage/bufpage.h @@ -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/bufpage.h,v 1.60 2004/07/21 22:31:26 tgl Exp $ + * $PostgreSQL: pgsql/src/include/storage/bufpage.h,v 1.61 2004/08/04 21:34:25 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -134,7 +134,7 @@ typedef PageHeaderData *PageHeader; /* * Page layout version number 0 is for pre-7.3 Postgres releases. * Releases 7.3 and 7.4 use 1, denoting a new HeapTupleHeader layout. - * Release 7.5 changed the HeapTupleHeader layout again. + * Release 8.0 changed the HeapTupleHeader layout again. */ #define PG_PAGE_LAYOUT_VERSION 2 |