Re: [pgAdmin4][PATCH] Fix handling of real type

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin4][PATCH] Fix handling of real type
Date: 2017-06-20 09:19:28
Message-ID: CA+OCxoxv5wjWHa6csB08sKxRRDB-7HuORVSSzqheqGTpF8tGCQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks, applied.

On Tue, Jun 20, 2017 at 9:38 AM, Murtuza Zabuawala
<murtuza(dot)zabuawala(at)enterprisedb(dot)com> wrote:
> Hi,
>
> Please ignore previous patch, Attach is the updated patch which will cover
>
> RM#2498 - Handling of bytea[] type.
> RM#2502 - Handling of real & real[] type.
>
> including their feature tests.
>
> --
> Regards,
> Murtuza Zabuawala
> EnterpriseDB: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>
> On Mon, Jun 19, 2017 at 9:58 PM, Murtuza Zabuawala
> <murtuza(dot)zabuawala(at)enterprisedb(dot)com> wrote:
>>
>> Hi,
>>
>> PFA patch to fix the handling of real type.
>> RM#2502
>>
>> Steps to re-produce: Below given query fails to render result in Query
>> tool,
>> SELECT 'Infinity'::real, '{Infinity}'::real[]
>>
>> Also updated PG Data type feature test for the same.
>>
>> --
>> Regards,
>> Murtuza Zabuawala
>> EnterpriseDB: http://www.enterprisedb.com
>> The Enterprise PostgreSQL Company
>
>

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-06-20 09:23:24 Re: [pgadmin-hackers][patch] Upgrade slickgrid to version 2.3.7
Previous Message Dave Page 2017-06-20 09:19:15 pgAdmin 4 commit: Properly handle bytea[], and 'infinity'::real/real[].