]> granicus.if.org Git - postgresql/commitdiff
Fix typo noticed by Alvaro Herrera
authorTeodor Sigaev <teodor@sigaev.ru>
Wed, 3 May 2006 06:56:47 +0000 (06:56 +0000)
committerTeodor Sigaev <teodor@sigaev.ru>
Wed, 3 May 2006 06:56:47 +0000 (06:56 +0000)
src/backend/access/gin/ginxlog.c

index bc6a458e5fc961b46c32e357144e7b0e6d4aba72..92ff40674557d82deddc01beba8ae2484b7389c1 100644 (file)
@@ -8,7 +8,7 @@
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *                      $PostgreSQL: pgsql/src/backend/access/gin/ginxlog.c,v 1.1 2006/05/02 11:28:54 teodor Exp $
+ *                      $PostgreSQL: pgsql/src/backend/access/gin/ginxlog.c,v 1.2 2006/05/03 06:56:47 teodor Exp $
  *-------------------------------------------------------------------------
  */
 #include "postgres.h"
@@ -266,7 +266,7 @@ ginRedoSplit(XLogRecPtr lsn, XLogRecord *record) {
        }
 
        PageSetLSN(rpage, lsn);
-       PageSetTLI(lpage, ThisTimeLineID);
+       PageSetTLI(rpage, ThisTimeLineID);
        MarkBufferDirty(rbuffer);
 
        PageSetLSN(lpage, lsn);