Re-pgindent brin.c.

Backpatch-through: 13
REL_15_STABLE
Nathan Bossart 2 months ago
parent 810aaf7f27
commit f9790ac546
  1. 2
      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)

Loading…
Cancel
Save