Skip to content

Commit e95010a

Browse files
Re-pgindent brin.c.
Backpatch-through: 13
1 parent eea24eb commit e95010a

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-
uint64 pageno;
714+
uint64 pageno;
715715

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

0 commit comments

Comments
 (0)