Remove obsolete amcheck comment.
authorPeter Geoghegan
Tue, 5 May 2020 21:36:54 +0000 (14:36 -0700)
committerPeter Geoghegan
Tue, 5 May 2020 21:36:54 +0000 (14:36 -0700)
Oversight in commit d114cc53.

contrib/amcheck/verify_nbtree.c

index 857759bdcb0a95b909fda6c9ec9d49e11b85e1a3..a4c4c09850e075a7e1c64506036f6e7c90f9a35e 100644 (file)
@@ -463,9 +463,6 @@ bt_check_every_level(Relation rel, Relation heaprel, bool heapkeyspace,
         * happen before index fingerprinting begins, so we can later be
         * certain that index fingerprinting should have reached all tuples
         * returned by table_index_build_scan().
-        *
-        * In readonly case, we also check for problems with missing
-        * downlinks. A second Bloom filter is used for this.
         */
        if (!state->readonly)
        {