Skip to content
Snippets Groups Projects
Commit 2a58f3bf authored by Teodor Sigaev's avatar Teodor Sigaev
Browse files

Fix typo noticed by Alvaro Herrera

parent f4923880
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* IDENTIFICATION * 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" #include "postgres.h"
...@@ -266,7 +266,7 @@ ginRedoSplit(XLogRecPtr lsn, XLogRecord *record) { ...@@ -266,7 +266,7 @@ ginRedoSplit(XLogRecPtr lsn, XLogRecord *record) {
} }
PageSetLSN(rpage, lsn); PageSetLSN(rpage, lsn);
PageSetTLI(lpage, ThisTimeLineID); PageSetTLI(rpage, ThisTimeLineID);
MarkBufferDirty(rbuffer); MarkBufferDirty(rbuffer);
PageSetLSN(lpage, lsn); PageSetLSN(lpage, lsn);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment