aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gin/ginxlog.c
diff options
context:
space:
mode:
authorTeodor Sigaev <teodor@sigaev.ru>2006-05-03 06:56:47 +0000
committerTeodor Sigaev <teodor@sigaev.ru>2006-05-03 06:56:47 +0000
commit2a58f3bff6ff9abda33af0ed117f068ee02d6c83 (patch)
tree988dc8cff432c4f853178f4d03005be77b80c67e /src/backend/access/gin/ginxlog.c
parentf4923880b39ad8f671b3fa172d57e3a0ad1b5b0c (diff)
downloadpostgresql-2a58f3bff6ff9abda33af0ed117f068ee02d6c83.tar.gz
postgresql-2a58f3bff6ff9abda33af0ed117f068ee02d6c83.zip
Fix typo noticed by Alvaro Herrera
Diffstat (limited to 'src/backend/access/gin/ginxlog.c')
-rw-r--r--src/backend/access/gin/ginxlog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/access/gin/ginxlog.c b/src/backend/access/gin/ginxlog.c
index bc6a458e5fc..92ff4067455 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);