projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
810aaf7
)
Re-pgindent brin.c.
author
Nathan Bossart
<
[email protected]
>
Tue, 21 Oct 2025 14:56:26 +0000
(09:56 -0500)
committer
Nathan Bossart
<
[email protected]
>
Tue, 21 Oct 2025 14:56:26 +0000
(09:56 -0500)
Backpatch-through: 13
src/backend/access/brin/brin.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/access/brin/brin.c
b/src/backend/access/brin/brin.c
index 9f8838ffa03f15e567845f66d28e80afa6e63a75..1172e94b43a99853ffd98403cd4f4179b3eb5135 100644
(file)
--- a/
src/backend/access/brin/brin.c
+++ b/
src/backend/access/brin/brin.c
@@
-535,7
+535,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)
@@
-711,7
+711,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;