mirror of
https://github.com/postgres/postgres.git
synced 2025-08-24 09:27:52 +03:00
pgindent run for 9.0
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user