Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b107299

Browse files
committed
Fix mistakes in comment headers
1 parent 5e75a5d commit b107299

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/backend/access/transam/xlogutils.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
1212
* Portions Copyright (c) 1994, Regents of the University of California
1313
*
14-
* $PostgreSQL: pgsql/src/backend/access/transam/xlogutils.c,v 1.60 2008/10/31 15:04:59 heikki Exp $
14+
* $PostgreSQL: pgsql/src/backend/access/transam/xlogutils.c,v 1.61 2008/11/03 15:10:17 alvherre Exp $
1515
*
1616
*-------------------------------------------------------------------------
1717
*/
@@ -201,7 +201,7 @@ XLogCheckInvalidPages(void)
201201
}
202202

203203
/*
204-
* XLogReadBufferExtended
204+
* XLogReadBuffer
205205
* A shorthand of XLogReadBufferExtended(), for reading from the main
206206
* fork.
207207
*
@@ -216,7 +216,7 @@ XLogReadBuffer(RelFileNode rnode, BlockNumber blkno, bool init)
216216
}
217217

218218
/*
219-
* XLogReadBuffer
219+
* XLogReadBufferExtended
220220
* Read a page during XLOG replay
221221
*
222222
* This is functionally comparable to ReadBuffer followed by

0 commit comments

Comments
 (0)