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
6666{
6767 BrinRevmap * bis_rmAccess ;
6868 BrinDesc * bis_desc ;
69- BlockNumber bis_pages_per_range ;
69+ BlockNumber bis_pages_per_range ;
7070} BrinInsertState ;
7171
7272/*
@@ -360,6 +360,7 @@ brininsertcleanup(IndexInfo *indexInfo)
360360 BrinInsertState * bistate = (BrinInsertState * ) indexInfo -> ii_AmCache ;
361361
362362 Assert (bistate );
363+
363364 /*
364365 * Clean up the revmap. Note that the brinDesc has already been cleaned up
365366 * as part of its own memory context.
Original file line number Diff line number Diff line change @@ -296,6 +296,7 @@ BooleanTest
296296BpChar
297297BrinBuildState
298298BrinDesc
299+ BrinInsertState
299300BrinMemTuple
300301BrinMetaPageData
301302BrinOpaque
You can’t perform that action at this time.
0 commit comments