Re: [pgadmin4][patch] #3244 Query elapse time granularity

2018-04-03 Thread Dave Page
Thanks, patch applied. On Mon, Apr 2, 2018 at 11:24 PM, Joao De Almeida Pereira < jdealmeidapere...@pivotal.io> wrote: > Hi Hackers, > > Attached you can find a patch that increases the granularity of time > displayed for total run time of a query. > Also extracts the functionality, wraps it with

Re: [pgadmin4][patch] #3244 Query elapse time granularity

2018-04-02 Thread Robert Eckhardt
On Mon, Apr 2, 2018 at 6:24 PM, Joao De Almeida Pereira < jdealmeidapere...@pivotal.io> wrote: > Hi Hackers, > > Attached you can find a patch that increases the granularity of time > displayed for total run time of a query. > Also extracts the functionality, wraps it with tests. > An addon to thi

[pgadmin4][patch] #3244 Query elapse time granularity

2018-04-02 Thread Joao De Almeida Pereira
Hi Hackers, Attached you can find a patch that increases the granularity of time displayed for total run time of a query. Also extracts the functionality, wraps it with tests. An addon to this patch is the extraction of the function call_render_after_poll that uses the function that calculates th