Re: BUG #15910: Valgrind-detected error in DecodeTimeOnly

Alexander Law <exclusion@gmail.com>

From: Alexander Lakhin <exclusion@gmail.com>
To: pgsql-bugs@lists.postgresql.org
Date: 2019-08-05T05:55:55Z
Lists: pgsql-bugs

Attachments

Hello hackers,

16.07.2019 19:24, Alexander Lakhin wrote:
>> Bug reference:      15910
>> Logged by:          Alexander Lakhin
>> Email address:      exclusion@gmail.com
>> PostgreSQL version: 12beta2
>> Operating system:   Ubuntu 18.04
>> Description:        
>>
>> When executing the following query:
>> SELECT time with time zone '04:05:06 m2';
>> I get a strange result:
>>       timetz
>> -------------------
>>  04:05:06+02:30:17
>>
> The attached patch fixes this issue.
In case this bug is worth fixing, please look at the improved patch with
the corresponding regression test.

Best regards,
Alexander

Commits

  1. Fix some incorrect parsing of time with time zone strings