Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2a58f3b

Browse files
committed
Fix typo noticed by Alvaro Herrera
1 parent f492388 commit 2a58f3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/access/gin/ginxlog.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
1010
* 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 $
1212
*-------------------------------------------------------------------------
1313
*/
1414
#include "postgres.h"
@@ -266,7 +266,7 @@ ginRedoSplit(XLogRecPtr lsn, XLogRecord *record) {
266266
}
267267

268268
PageSetLSN(rpage, lsn);
269-
PageSetTLI(lpage, ThisTimeLineID);
269+
PageSetTLI(rpage, ThisTimeLineID);
270270
MarkBufferDirty(rbuffer);
271271

272272
PageSetLSN(lpage, lsn);

0 commit comments

Comments
 (0)