Skip to content

Commit b2caf7c

Browse files
committed
Fix brin.c indentation issues introduced by c1ec02b
Per buildfarm member koel.
1 parent 86b64ba commit b2caf7c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/backend/access/brin/brin.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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.

src/tools/pgindent/typedefs.list

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@ BooleanTest
296296
BpChar
297297
BrinBuildState
298298
BrinDesc
299+
BrinInsertState
299300
BrinMemTuple
300301
BrinMetaPageData
301302
BrinOpaque

0 commit comments

Comments
 (0)