Content-Length: 273897 | pFad | http://github.com/postgrespro/postgres/commit/b2fc4d6142033e361dee91388d9515be3633763c

D2 Fix pgindent comment breakage · postgrespro/postgres@b2fc4d6 · GitHub
Skip to content

Commit b2fc4d6

Browse files
committed
Fix pgindent comment breakage
1 parent b43b64c commit b2fc4d6

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

src/backend/access/heap/visibilitymap.c

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -476,11 +476,15 @@ visibilitymap_truncate(Relation rel, BlockNumber nheapblocks)
476476
/* Clear out the unwanted bytes. */
477477
MemSet(&map[truncByte + 1], 0, MAPSIZE - (truncByte + 1));
478478

479-
/*
479+
/*----
480480
* Mask out the unwanted bits of the last remaining byte.
481481
*
482-
* ((1 << 0) - 1) = 00000000 ((1 << 1) - 1) = 00000001 ... ((1 << 6) -
483-
* 1) = 00111111 ((1 << 7) - 1) = 01111111
482+
* ((1 << 0) - 1) = 00000000
483+
* ((1 << 1) - 1) = 00000001
484+
* ...
485+
* ((1 << 6) - 1) = 00111111
486+
* ((1 << 7) - 1) = 01111111
487+
*----
484488
*/
485489
map[truncByte] &= (1 << truncBit) - 1;
486490

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/b2fc4d6142033e361dee91388d9515be3633763c

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy