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

Commite95010a

Browse files
Re-pgindent brin.c.
Backpatch-through: 13
1 parenteea24eb commite95010a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/access/brin/brin.c‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ bringetbitmap(IndexScanDesc scan, TIDBitmap *tbm)
535535

536536
MemoryContextResetAndDeleteChildren(perRangeCxt);
537537

538-
tup=brinGetTupleForHeapBlock(opaque->bo_rmAccess, (BlockNumber)heapBlk,&buf,
538+
tup=brinGetTupleForHeapBlock(opaque->bo_rmAccess, (BlockNumber)heapBlk,&buf,
539539
&off,&size,BUFFER_LOCK_SHARE,
540540
scan->xs_snapshot);
541541
if (tup)
@@ -711,7 +711,7 @@ bringetbitmap(IndexScanDesc scan, TIDBitmap *tbm)
711711
/* add the pages in the range to the output bitmap, if needed */
712712
if (addrange)
713713
{
714-
uint64pageno;
714+
uint64pageno;
715715

716716
for (pageno=heapBlk;
717717
pageno <=Min(nblocks,heapBlk+opaque->bo_pagesPerRange)-1;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp