summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/access/gin.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/access/gin.h b/src/include/access/gin.h
index 00dca49c01b..c3cd97ebc63 100644
--- a/src/include/access/gin.h
+++ b/src/include/access/gin.h
@@ -4,7 +4,7 @@
*
* Copyright (c) 2006-2009, PostgreSQL Global Development Group
*
- * $PostgreSQL: pgsql/src/include/access/gin.h,v 1.34.2.1 2009/10/02 21:14:11 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/access/gin.h,v 1.34.2.2 2010/07/31 00:31:12 tgl Exp $
*--------------------------------------------------------------------------
*/
#ifndef GIN_H
@@ -527,6 +527,8 @@ typedef struct GinScanKeyData
OffsetNumber attnum;
ItemPointerData curItem;
+ bool recheckCurItem;
+
bool firstCall;
bool isFinished;
} GinScanKeyData;