Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb2caf7c

Browse files
committed
Fix brin.c indentation issues introduced byc1ec02b
Per buildfarm member koel.
1 parent86b64ba commitb2caf7c

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-
BlockNumberbis_pages_per_range;
69+
BlockNumberbis_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)

[8]ページ先頭

©2009-2025 Movatter.jp