diff options
| author | Peter Geoghegan | 2020-05-05 21:36:54 +0000 |
|---|---|---|
| committer | Peter Geoghegan | 2020-05-05 21:36:54 +0000 |
| commit | 18c117cc56269f064d1b81674771d1559cf88b3d (patch) | |
| tree | be0724617139d4f8e2a2b00afb509d9fafeba78f | |
| parent | e0acac67da46951bf00d4d0df33a8020cac7308c (diff) | |
Remove obsolete amcheck comment.
Oversight in commit d114cc53.
| -rw-r--r-- | contrib/amcheck/verify_nbtree.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/contrib/amcheck/verify_nbtree.c b/contrib/amcheck/verify_nbtree.c index 857759bdcb0..a4c4c09850e 100644 --- a/contrib/amcheck/verify_nbtree.c +++ b/contrib/amcheck/verify_nbtree.c @@ -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) { |
