We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86b64ba commit b2caf7cCopy full SHA for b2caf7c
src/backend/access/brin/brin.c
@@ -66,7 +66,7 @@ typedef struct BrinInsertState
66
{
67
BrinRevmap *bis_rmAccess;
68
BrinDesc *bis_desc;
69
- BlockNumber bis_pages_per_range;
+ BlockNumber bis_pages_per_range;
70
} BrinInsertState;
71
72
/*
@@ -360,6 +360,7 @@ brininsertcleanup(IndexInfo *indexInfo)
360
BrinInsertState *bistate = (BrinInsertState *) indexInfo->ii_AmCache;
361
362
Assert(bistate);
363
+
364
365
* Clean up the revmap. Note that the brinDesc has already been cleaned up
366
* as part of its own memory context.
src/tools/pgindent/typedefs.list
@@ -296,6 +296,7 @@ BooleanTest
296
BpChar
297
BrinBuildState
298
BrinDesc
299
+BrinInsertState
300
BrinMemTuple
301
BrinMetaPageData
302
BrinOpaque
0 commit comments