diff options
Diffstat (limited to 'src/include/access/gin.h')
-rw-r--r-- | src/include/access/gin.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/access/gin.h b/src/include/access/gin.h index 48965613608..c935838576d 100644 --- a/src/include/access/gin.h +++ b/src/include/access/gin.h @@ -4,7 +4,7 @@ * * Copyright (c) 2006-2010, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/include/access/gin.h,v 1.37 2010/02/11 14:29:50 teodor Exp $ + * $PostgreSQL: pgsql/src/include/access/gin.h,v 1.38 2010/02/26 02:01:20 momjian Exp $ *-------------------------------------------------------------------------- */ #ifndef GIN_H @@ -576,8 +576,8 @@ typedef struct GinState *ginstate; long allocatedMemory; uint32 length; - EntryAccumulator *entryallocator; - ItemPointerData *tmpList; + EntryAccumulator *entryallocator; + ItemPointerData *tmpList; RBTree *tree; RBTreeIterator *iterator; } BuildAccumulator; |