We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent5e75a5d commitb107299Copy full SHA for b107299
src/backend/access/transam/xlogutils.c
@@ -11,7 +11,7 @@
11
* Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
12
* Portions Copyright (c) 1994, Regents of the University of California
13
*
14
- * $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 $
15
16
*-------------------------------------------------------------------------
17
*/
@@ -201,7 +201,7 @@ XLogCheckInvalidPages(void)
201
}
202
203
/*
204
- *XLogReadBufferExtended
+ *XLogReadBuffer
205
*A shorthand of XLogReadBufferExtended(), for reading from the main
206
*fork.
207
@@ -216,7 +216,7 @@ XLogReadBuffer(RelFileNode rnode, BlockNumber blkno, bool init)
216
217
218
219
- *XLogReadBuffer
+ *XLogReadBufferExtended
220
*Read a page during XLOG replay
221
222
* This is functionally comparable to ReadBuffer followed by