File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ typedef struct BrinInsertState
66
66
{
67
67
BrinRevmap * bis_rmAccess ;
68
68
BrinDesc * bis_desc ;
69
- BlockNumber bis_pages_per_range ;
69
+ BlockNumber bis_pages_per_range ;
70
70
} BrinInsertState ;
71
71
72
72
/*
@@ -360,6 +360,7 @@ brininsertcleanup(IndexInfo *indexInfo)
360
360
BrinInsertState * bistate = (BrinInsertState * ) indexInfo -> ii_AmCache ;
361
361
362
362
Assert (bistate );
363
+
363
364
/*
364
365
* Clean up the revmap. Note that the brinDesc has already been cleaned up
365
366
* as part of its own memory context.
Original file line number Diff line number Diff line change @@ -296,6 +296,7 @@ BooleanTest
296
296
BpChar
297
297
BrinBuildState
298
298
BrinDesc
299
+ BrinInsertState
299
300
BrinMemTuple
300
301
BrinMetaPageData
301
302
BrinOpaque
You can’t perform that action at this time.
0 commit comments