8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f492388 commit 2a58f3bCopy full SHA for 2a58f3b
src/backend/access/gin/ginxlog.c
@@ -8,7 +8,7 @@
8
* Portions Copyright (c) 1994, Regents of the University of California
9
*
10
* IDENTIFICATION
11
- * $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 $
12
*-------------------------------------------------------------------------
13
*/
14
#include "postgres.h"
@@ -266,7 +266,7 @@ ginRedoSplit(XLogRecPtr lsn, XLogRecord *record) {
266
}
267
268
PageSetLSN(rpage, lsn);
269
- PageSetTLI(lpage, ThisTimeLineID);
+ PageSetTLI(rpage, ThisTimeLineID);
270
MarkBufferDirty(rbuffer);
271
272
PageSetLSN(lpage, lsn);
0 commit comments