|
8 | 8 | * Portions Copyright (c) 1994, Regents of the University of California
|
9 | 9 | *
|
10 | 10 | * IDENTIFICATION
|
11 |
| - * $PostgreSQL: pgsql/src/backend/access/gin/ginxlog.c,v 1.1 2006/05/02 11:28:54 teodor Exp $ |
| 11 | + * $PostgreSQL: pgsql/src/backend/access/gin/ginxlog.c,v 1.2 2006/05/03 06:56:47 teodor Exp $ |
12 | 12 | *-------------------------------------------------------------------------
|
13 | 13 | */
|
14 | 14 | #include"postgres.h"
|
@@ -266,7 +266,7 @@ ginRedoSplit(XLogRecPtr lsn, XLogRecord *record) {
|
266 | 266 | }
|
267 | 267 |
|
268 | 268 | PageSetLSN(rpage,lsn);
|
269 |
| -PageSetTLI(lpage,ThisTimeLineID); |
| 269 | +PageSetTLI(rpage,ThisTimeLineID); |
270 | 270 | MarkBufferDirty(rbuffer);
|
271 | 271 |
|
272 | 272 | PageSetLSN(lpage,lsn);
|
|