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/backend/access/transam/xlog.c | |
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/backend/access/transam/xlog.c')
-rw-r--r-- | src/backend/access/transam/xlog.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c index fbaa339b221..fa70ab72fea 100644 --- a/src/backend/access/transam/xlog.c +++ b/src/backend/access/transam/xlog.c @@ -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/backend/access/transam/xlog.c,v 1.155 2004/08/04 16:25:02 tgl Exp $ + * $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.156 2004/08/04 21:33:46 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -4588,7 +4588,7 @@ ReadCheckpointRecord(XLogRecPtr RecPtr, * instead). We need to initialize the local copies of ThisTimeLineID and * RedoRecPtr. * - * Note: before Postgres 7.5, we went to some effort to keep the postmaster + * Note: before Postgres 8.0, we went to some effort to keep the postmaster * process's copies of ThisTimeLineID and RedoRecPtr valid too. This was * unnecessary however, since the postmaster itself never touches XLOG anyway. */ |