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

View File

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