From: Teodor Sigaev Date: Wed, 3 May 2006 06:56:47 +0000 (+0000) Subject: Fix typo noticed by Alvaro Herrera X-Git-Tag: REL8_2_BETA1~1017 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2a58f3bff6ff9abda33af0ed117f068ee02d6c83;p=postgresql Fix typo noticed by Alvaro Herrera --- diff --git a/src/backend/access/gin/ginxlog.c b/src/backend/access/gin/ginxlog.c index bc6a458e5f..92ff406745 100644 --- a/src/backend/access/gin/ginxlog.c +++ b/src/backend/access/gin/ginxlog.c @@ -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);