> It turns out that bt_index_parent_check is not suitable for validating indexes built concurrently.
Your finding is right on point! We recently used bt_index_parent_check to verify concurrently built indexes in a concurrent workload, bt_index_parent_check often gave such false positive error.