Re: VACUUM fails to parse 0 and 1 as boolean value - Mailing list pgsql-hackers

From Andres Freund
Subject Re: VACUUM fails to parse 0 and 1 as boolean value
Date
Msg-id 719E13C7-D98E-435B-8813-E1A135444AF2@anarazel.de
Whole thread Raw
In response to Re: VACUUM fails to parse 0 and 1 as boolean value  (Dmitry Dolgov <9erthalion6@gmail.com>)
Responses Re: VACUUM fails to parse 0 and 1 as boolean value  (Dmitry Dolgov <9erthalion6@gmail.com>)
List pgsql-hackers
Hi,

On May 20, 2019 12:14:30 PM PDT, Dmitry Dolgov <9erthalion6@gmail.com> wrote:
>> On Thu, May 16, 2019 at 8:56 PM Fujii Masao <masao.fujii@gmail.com>
>wrote:
>>
>> Yes. Thanks for the comment!
>> Attached is the updated version of the patch.
>> It adds such common rule.
>
>If I understand correctly, it resulted in the commit fc7c281f8. For
>some reason
>it breaks vacuum tests for me, is it expected?
>
>     ANALYZE (nonexistent-arg) does_not_exist;
>    -ERROR:  syntax error at or near "-"
>    +ERROR:  syntax error at or near "arg"
>     LINE 1: ANALYZE (nonexistent-arg) does_not_exist;
>    -                            ^
>    +                             ^
>     ANALYZE (nonexistentarg) does_not_exit;

That has since been fixed, right?

Andres
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.



pgsql-hackers by date:

Previous
From: Mark Wong
Date:
Subject: Re: Why is infinite_recurse test suddenly failing?
Next
From: Dmitry Dolgov
Date:
Subject: Re: VACUUM fails to parse 0 and 1 as boolean value