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 c28f8ca commit 3f1ef7dCopy full SHA for 3f1ef7d
src/backend/access/brin/brin.c
@@ -479,7 +479,7 @@ bringetbitmap(IndexScanDesc scan, TIDBitmap *tbm)
479
480
MemoryContextResetAndDeleteChildren(perRangeCxt);
481
482
- tup = brinGetTupleForHeapBlock(opaque->bo_rmAccess, (BlockNumber ) heapBlk, &buf,
+ tup = brinGetTupleForHeapBlock(opaque->bo_rmAccess, (BlockNumber) heapBlk, &buf,
483
&off, &size, BUFFER_LOCK_SHARE,
484
scan->xs_snapshot);
485
if (tup)
@@ -585,7 +585,7 @@ bringetbitmap(IndexScanDesc scan, TIDBitmap *tbm)
585
/* add the pages in the range to the output bitmap, if needed */
586
if (addrange)
587
{
588
- uint64 pageno;
+ uint64 pageno;
589
590
for (pageno = heapBlk;
591
pageno <= Min(nblocks, heapBlk + opaque->bo_pagesPerRange) - 1;
0 commit comments