Re: Prevent numeric literals from having non-numeric trailing characters (Peter Eisentraut) - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Prevent numeric literals from having non-numeric trailing characters (Peter Eisentraut)
Date
Msg-id 1929259.1750430430@sss.pgh.pa.us
Whole thread Raw
In response to Prevent numeric literals from having non-numeric trailing characters (Peter Eisentraut)  (Fabrice Chapuis <fabrice636861@gmail.com>)
List pgsql-hackers
Fabrice Chapuis <fabrice636861@gmail.com> writes:
> Regarding the changes made in version 15 for the traitment of the non-numeric
> trailing characters, why does parsing continue to be permissive with
> parentheses (no need to add a space)?

A parenthesis cannot be part of a larger token, so I don't see
any ambiguity that we'd need to resolve by requiring spaces.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Junwang Zhao
Date:
Subject: Re: Fixes inconsistent behavior in vacuum when it processes multiple relations
Next
From: "David G. Johnston"
Date:
Subject: Re: Huge commitfest app update upcoming: Tags, Draft CF, Help page, and automated commitfest creat/open/close