Skip to content

Commit 3f1ef7d

Browse files
Re-pgindent brin.c.
Backpatch-through: 13
1 parent c28f8ca commit 3f1ef7d

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
@@ -479,7 +479,7 @@ bringetbitmap(IndexScanDesc scan, TIDBitmap *tbm)
479479

480480
MemoryContextResetAndDeleteChildren(perRangeCxt);
481481

482-
tup = brinGetTupleForHeapBlock(opaque->bo_rmAccess, (BlockNumber ) heapBlk, &buf,
482+
tup = brinGetTupleForHeapBlock(opaque->bo_rmAccess, (BlockNumber) heapBlk, &buf,
483483
&off, &size, BUFFER_LOCK_SHARE,
484484
scan->xs_snapshot);
485485
if (tup)
@@ -585,7 +585,7 @@ bringetbitmap(IndexScanDesc scan, TIDBitmap *tbm)
585585
/* add the pages in the range to the output bitmap, if needed */
586586
if (addrange)
587587
{
588-
uint64 pageno;
588+
uint64 pageno;
589589

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

0 commit comments

Comments
 (0)