*** pgsql/src/backend/access/transam/xlogutils.c 2008/10/31 15:04:59 1.60 --- pgsql/src/backend/access/transam/xlogutils.c 2008/11/03 15:10:17 1.61 *************** *** 11,17 **** * 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.59 2008/09/30 10:52:11 heikki Exp $ * *------------------------------------------------------------------------- */ --- 11,17 ---- * 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 $ * *------------------------------------------------------------------------- */ *************** XLogCheckInvalidPages(void) *** 201,207 **** } /* ! * XLogReadBufferExtended * A shorthand of XLogReadBufferExtended(), for reading from the main * fork. * --- 201,207 ---- } /* ! * XLogReadBuffer * A shorthand of XLogReadBufferExtended(), for reading from the main * fork. * *************** XLogReadBuffer(RelFileNode rnode, BlockN *** 216,222 **** } /* ! * XLogReadBuffer * Read a page during XLOG replay * * This is functionally comparable to ReadBuffer followed by --- 216,222 ---- } /* ! * XLogReadBufferExtended * Read a page during XLOG replay * * This is functionally comparable to ReadBuffer followed by