Skip to content

Commit 2795f5a

Browse files
Re-pgindent brin.c.
Backpatch-through: 13
1 parent 715983a commit 2795f5a

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

750750
MemoryContextReset(perRangeCxt);
751751

752-
tup = brinGetTupleForHeapBlock(opaque->bo_rmAccess, (BlockNumber ) heapBlk, &buf,
752+
tup = brinGetTupleForHeapBlock(opaque->bo_rmAccess, (BlockNumber) heapBlk, &buf,
753753
&off, &size, BUFFER_LOCK_SHARE);
754754
if (tup)
755755
{
@@ -924,7 +924,7 @@ bringetbitmap(IndexScanDesc scan, TIDBitmap *tbm)
924924
/* add the pages in the range to the output bitmap, if needed */
925925
if (addrange)
926926
{
927-
uint64 pageno;
927+
uint64 pageno;
928928

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

0 commit comments

Comments
 (0)