Fix brin.c indentation issues introduced by c1ec02be1d

Per buildfarm member koel.
This commit is contained in:
Tomas Vondra 2023-11-26 21:35:32 +01:00
parent 86b64bafc1
commit b2caf7c0e1
2 changed files with 3 additions and 1 deletions

View File

@ -66,7 +66,7 @@ typedef struct BrinInsertState
{
BrinRevmap *bis_rmAccess;
BrinDesc *bis_desc;
BlockNumber bis_pages_per_range;
BlockNumber bis_pages_per_range;
} BrinInsertState;
/*
@ -360,6 +360,7 @@ brininsertcleanup(IndexInfo *indexInfo)
BrinInsertState *bistate = (BrinInsertState *) indexInfo->ii_AmCache;
Assert(bistate);
/*
* Clean up the revmap. Note that the brinDesc has already been cleaned up
* as part of its own memory context.

View File

@ -296,6 +296,7 @@ BooleanTest
BpChar
BrinBuildState
BrinDesc
BrinInsertState
BrinMemTuple
BrinMetaPageData
BrinOpaque