mirror of
https://github.com/postgres/postgres.git
synced 2026-06-10 17:20:31 -04:00
Re-pgindent brin.c.
Backpatch-through: 13
This commit is contained in:
parent
c4f5a59ab1
commit
c089712517
1 changed files with 2 additions and 2 deletions
|
|
@ -738,7 +738,7 @@ bringetbitmap(IndexScanDesc scan, TIDBitmap *tbm)
|
|||
|
||||
MemoryContextReset(perRangeCxt);
|
||||
|
||||
tup = brinGetTupleForHeapBlock(opaque->bo_rmAccess, (BlockNumber ) heapBlk, &buf,
|
||||
tup = brinGetTupleForHeapBlock(opaque->bo_rmAccess, (BlockNumber) heapBlk, &buf,
|
||||
&off, &size, BUFFER_LOCK_SHARE);
|
||||
if (tup)
|
||||
{
|
||||
|
|
@ -913,7 +913,7 @@ bringetbitmap(IndexScanDesc scan, TIDBitmap *tbm)
|
|||
/* add the pages in the range to the output bitmap, if needed */
|
||||
if (addrange)
|
||||
{
|
||||
uint64 pageno;
|
||||
uint64 pageno;
|
||||
|
||||
for (pageno = heapBlk;
|
||||
pageno <= Min(nblocks, heapBlk + opaque->bo_pagesPerRange) - 1;
|
||||
|
|
|
|||
Loading…
Reference in a new issue