Re: [pgAdmin4][Patch]: RM #3397 Add support for JIT stats in EXPLAIN output in PG11

2018-06-30 Thread Akshay Joshi
Hi Dave

On Fri, Jun 29, 2018 at 7:45 PM, Dave Page  wrote:

>
>
> On Fri, Jun 29, 2018 at 3:12 PM, Akshay Joshi <
> akshay.jo...@enterprisedb.com> wrote:
>
>> Hi Dave
>>
>> On Fri, Jun 29, 2018 at 6:56 PM, Dave Page  wrote:
>>
>>> Hi
>>>
>>> On Fri, Jun 29, 2018 at 9:55 AM, Akshay Joshi <
>>> akshay.jo...@enterprisedb.com> wrote:
>>>
 Hi Hackers,

 Attached is the patch to fix the RM #3397 Add support for JIT stats in
 EXPLAIN output in PG11. Please review it.

>>>
>>> A couple of immediate thoughts:
>>>
>>> - When the canvas is first rendered, there's a vertical scrollbar now.
>>> As soon as I mouseover the new icon, it vanishes and the icon jumps to the
>>> right.
>>>
>>
>>  Will look into it. Vertical scrollbar comes even if you remove my
>> patch and try to hover any image.
>>
>>>
>>> - The icon seems lighter than the other controls on the left.
>>>
>>
>>  Same css has been applied, only difference is button is disabled.
>>
>>>
>>> - The icon isn't disabled when there is no info to show.
>>>
>>
>>  Button is always disabled, I have just change the opacity.
>>
>>>
>>> Thanks.
>>>
>>
> Maybe - but I can still click it and it reacts as if it's active. It may
> be lighter to indicate that it's disabled, but its not behaving as such.
>

Attached is the modified patch. Please review it.

>
> --
> Dave Page
> Blog: http://pgsnake.blogspot.com
> Twitter: @pgsnake
>
> EnterpriseDB UK: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>



-- 
*Akshay Joshi*

*Sr. Software Architect *



*Phone: +91 20-3058-9517Mobile: +91 976-788-8246*


RM_3397_v2.patch
Description: Binary data


Re: pgAdmin v3.1 candidate builds and source...

2018-06-30 Thread Christoph Berg
Re: Dave Page 2018-06-28 

> > That said, the web/pgadmin/static/*/generated/ directories have
> > disappeared from the tarball, so pgadmin doesn't load anymore. Could
> > you please put them back, as I don't think rebuilding them via yarn is
> > feasible? Because that's not packaged either...
> >
> 
> OK, please go grab the tarball again, from thttps://www.postgresql.org/
> ftp/pgadmin/pgadmin4/v3.1/source/. The MD5 checksum should be:
> 
> f057bf46055d4f7b07a42ae984f499dd  pgadmin4-3.1.tar.gz
> 
> This should contain the missing files.
> 
> Sorry about that - stupid case-sensitivity bug in a script :-(

Hi,

the tarball works fine now, thanks!

I could finally build the packages now. (There were some issues with
the python3.7 update happening in Debian at the same time, which broke
a few bits, but I managed to work around.)

Cheers,
Christoph