Fix brin.c indentation issues introduced by c1ec02be1d
authorTomas Vondra <[email protected]>
Sun, 26 Nov 2023 20:35:32 +0000 (21:35 +0100)
committerTomas Vondra <[email protected]>
Sun, 26 Nov 2023 20:35:32 +0000 (21:35 +0100)
Per buildfarm member koel.

src/backend/access/brin/brin.c
src/tools/pgindent/typedefs.list

index a5f68f67b74fa72c9308af5fe4c43ac3888c0eab..4f2dfdd17b974253bcf56a8522029e8547429017 100644 (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.
index dba3498a13ec0666da99d7f60b681ce7b2eeb5e0..86a9886d4f77ef6085b949cb0bf80c11314d5324 100644 (file)
@@ -296,6 +296,7 @@ BooleanTest
 BpChar
 BrinBuildState
 BrinDesc
+BrinInsertState
 BrinMemTuple
 BrinMetaPageData
 BrinOpaque