On 2018/02/06 13:56, Amit Khandekar wrote: > I was wondering whether the same duplicate result rels issue can arise > for es_root_result_relations and es_result_relations. But I think for > inserts, es_root_result_relations is NULL, and for updates, these two > lists always have distinct set of relations. So this issue might not > be there for these two lists.
Yeah, we don't need to worry about es_root_result_relations. Thanks, Amit