projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0acac6
)
Remove obsolete amcheck comment.
author
Peter Geoghegan
<
[email protected]
>
Tue, 5 May 2020 21:36:54 +0000
(14:36 -0700)
committer
Peter Geoghegan
<
[email protected]
>
Tue, 5 May 2020 21:36:54 +0000
(14:36 -0700)
Oversight in commit
d114cc53
.
contrib/amcheck/verify_nbtree.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/amcheck/verify_nbtree.c
b/contrib/amcheck/verify_nbtree.c
index 857759bdcb0a95b909fda6c9ec9d49e11b85e1a3..a4c4c09850e075a7e1c64506036f6e7c90f9a35e 100644
(file)
--- 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)
{