We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eea24eb commit e95010aCopy full SHA for e95010a
src/backend/access/brin/brin.c
@@ -535,7 +535,7 @@ bringetbitmap(IndexScanDesc scan, TIDBitmap *tbm)
535
536
MemoryContextResetAndDeleteChildren(perRangeCxt);
537
538
- tup = brinGetTupleForHeapBlock(opaque->bo_rmAccess, (BlockNumber ) heapBlk, &buf,
+ tup = brinGetTupleForHeapBlock(opaque->bo_rmAccess, (BlockNumber) heapBlk, &buf,
539
&off, &size, BUFFER_LOCK_SHARE,
540
scan->xs_snapshot);
541
if (tup)
@@ -711,7 +711,7 @@ bringetbitmap(IndexScanDesc scan, TIDBitmap *tbm)
711
/* add the pages in the range to the output bitmap, if needed */
712
if (addrange)
713
{
714
- uint64 pageno;
+ uint64 pageno;
715
716
for (pageno = heapBlk;
717
pageno <= Min(nblocks, heapBlk + opaque->bo_pagesPerRange) - 1;
0 commit comments