Re: [pgAdmin][RM4570] Tree improvement to improve speed of finding a node

2019-08-06 Thread Dave Page
Thanks, patch applied. On Tue, Aug 6, 2019 at 1:10 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached is a tiny but very effective patch to improve the speed of > finding a node using path (used internally). > If you right click or just click on a node, int

[pgAdmin][RM4570] Tree improvement to improve speed of finding a node

2019-08-06 Thread Aditya Toshniwal
Hi Hackers, Attached is a tiny but very effective patch to improve the speed of finding a node using path (used internally). If you right click or just click on a node, internally the node is traversed using its path. But currently, it compares with the path of all the open nodes to find a match.