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 715983a commit 2795f5aCopy full SHA for 2795f5a
src/backend/access/brin/brin.c
@@ -749,7 +749,7 @@ bringetbitmap(IndexScanDesc scan, TIDBitmap *tbm)
749
750
MemoryContextReset(perRangeCxt);
751
752
- tup = brinGetTupleForHeapBlock(opaque->bo_rmAccess, (BlockNumber ) heapBlk, &buf,
+ tup = brinGetTupleForHeapBlock(opaque->bo_rmAccess, (BlockNumber) heapBlk, &buf,
753
&off, &size, BUFFER_LOCK_SHARE);
754
if (tup)
755
{
@@ -924,7 +924,7 @@ bringetbitmap(IndexScanDesc scan, TIDBitmap *tbm)
924
/* add the pages in the range to the output bitmap, if needed */
925
if (addrange)
926
927
- uint64 pageno;
+ uint64 pageno;
928
929
for (pageno = heapBlk;
930
pageno <= Min(nblocks, heapBlk + opaque->bo_pagesPerRange) - 1;
0 commit comments