mirror of
https://github.com/postgres/postgres.git
synced 2025-08-09 17:03:00 +03:00
Fix brin.c indentation issues introduced by c1ec02be1d
Per buildfarm member koel.
This commit is contained in:
@@ -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.
|
||||
|
@@ -296,6 +296,7 @@ BooleanTest
|
||||
BpChar
|
||||
BrinBuildState
|
||||
BrinDesc
|
||||
BrinInsertState
|
||||
BrinMemTuple
|
||||
BrinMetaPageData
|
||||
BrinOpaque
|
||||
|
Reference in New Issue
Block a user