Skip to content

Commit 18c117c

Browse files
Remove obsolete amcheck comment.
Oversight in commit d114cc5.
1 parent e0acac6 commit 18c117c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

contrib/amcheck/verify_nbtree.c

-3
Original file line numberDiff line numberDiff line change
@@ -463,9 +463,6 @@ bt_check_every_level(Relation rel, Relation heaprel, bool heapkeyspace,
463463
* happen before index fingerprinting begins, so we can later be
464464
* certain that index fingerprinting should have reached all tuples
465465
* returned by table_index_build_scan().
466-
*
467-
* In readonly case, we also check for problems with missing
468-
* downlinks. A second Bloom filter is used for this.
469466
*/
470467
if (!state->readonly)
471468
{

0 commit comments

Comments
 (0)