File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
src/backend/access/transam Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 77 * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
88 * Portions Copyright (c) 1994, Regents of the University of California
99 *
10- * $Header: /cvsroot/pgsql/src/backend/access/transam/xlog.c,v 1.116 2003/05/22 14:39:28 tgl Exp $
10+ * $Header: /cvsroot/pgsql/src/backend/access/transam/xlog.c,v 1.117 2003/06/26 18:23:07 tgl Exp $
1111 *
1212 *-------------------------------------------------------------------------
1313 */
@@ -347,7 +347,8 @@ static ControlFileData *ControlFile = NULL;
347347 * For XLByteToSeg, do the computation at face value. For XLByteToPrevSeg,
348348 * a boundary byte is taken to be in the previous segment. This is suitable
349349 * for deciding which segment to write given a pointer to a record end,
350- * for example.
350+ * for example. (We can assume xrecoff is not zero, since no valid recptr
351+ * can have that.)
351352 */
352353#define XLByteToSeg (xlrp , logId , logSeg ) \
353354 ( logId = (xlrp).xlogid, \
You can’t perform that action at this time.
0 commit comments