Remove obsolete amcheck comment.

Oversight in commit d114cc53.
This commit is contained in:
Peter Geoghegan 2020-05-05 14:36:54 -07:00
parent e0acac67da
commit 18c117cc56
1 changed files with 0 additions and 3 deletions

View 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)
{