aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlogutils.c
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2008-11-03 15:10:17 +0000
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2008-11-03 15:10:17 +0000
commitb107299c402426343fbe5381a6e4d8ffd8e4ff03 (patch)
treed7711d58c23b6490187bb9c0b5a9ed7b73843c67 /src/backend/access/transam/xlogutils.c
parent5e75a5dca9f9708ec871746f7152f34f018a8ca8 (diff)
downloadpostgresql-b107299c402426343fbe5381a6e4d8ffd8e4ff03.tar.gz
postgresql-b107299c402426343fbe5381a6e4d8ffd8e4ff03.zip
Fix mistakes in comment headers
Diffstat (limited to 'src/backend/access/transam/xlogutils.c')
-rw-r--r--src/backend/access/transam/xlogutils.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/backend/access/transam/xlogutils.c b/src/backend/access/transam/xlogutils.c
index 5e60d6cccd1..a5f17eb2a71 100644
--- a/src/backend/access/transam/xlogutils.c
+++ b/src/backend/access/transam/xlogutils.c
@@ -11,7 +11,7 @@
* Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/backend/access/transam/xlogutils.c,v 1.60 2008/10/31 15:04:59 heikki Exp $
+ * $PostgreSQL: pgsql/src/backend/access/transam/xlogutils.c,v 1.61 2008/11/03 15:10:17 alvherre Exp $
*
*-------------------------------------------------------------------------
*/
@@ -201,7 +201,7 @@ XLogCheckInvalidPages(void)
}
/*
- * XLogReadBufferExtended
+ * XLogReadBuffer
* A shorthand of XLogReadBufferExtended(), for reading from the main
* fork.
*
@@ -216,7 +216,7 @@ XLogReadBuffer(RelFileNode rnode, BlockNumber blkno, bool init)
}
/*
- * XLogReadBuffer
+ * XLogReadBufferExtended
* Read a page during XLOG replay
*
* This is functionally comparable to ReadBuffer followed by