From: Nathan Bossart Date: Tue, 21 Oct 2025 14:56:26 +0000 (-0500) Subject: Re-pgindent brin.c. X-Git-Tag: REL_16_11~41 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=63a5b1f89423f003ec850eee270c40b30b87cd52;p=postgresql.git Re-pgindent brin.c. Backpatch-through: 13 --- diff --git a/src/backend/access/brin/brin.c b/src/backend/access/brin/brin.c index 583343b7912..d17cec3c12a 100644 --- a/src/backend/access/brin/brin.c +++ b/src/backend/access/brin/brin.c @@ -536,7 +536,7 @@ bringetbitmap(IndexScanDesc scan, TIDBitmap *tbm) MemoryContextResetAndDeleteChildren(perRangeCxt); - tup = brinGetTupleForHeapBlock(opaque->bo_rmAccess, (BlockNumber ) heapBlk, &buf, + tup = brinGetTupleForHeapBlock(opaque->bo_rmAccess, (BlockNumber) heapBlk, &buf, &off, &size, BUFFER_LOCK_SHARE, scan->xs_snapshot); if (tup) @@ -712,7 +712,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;