Re: Underscores in numeric literals - Mailing list pgsql-hackers

From Dean Rasheed
Subject Re: Underscores in numeric literals
Date
Msg-id CAEZATCXrYotnvhCdW-kDmqpJvHmmbjZty7KnZiyv2SUbbCJB9Q@mail.gmail.com
Whole thread Raw
In response to Re: Underscores in numeric literals  (Dean Rasheed <dean.a.rasheed@gmail.com>)
List pgsql-hackers
Oh, one other minor nit -- in parser/scan.l:

-real           ({decinteger}|{numeric})[Ee][-+]?{decdigit}+
+real           ({decinteger}|{numeric})[Ee][-+]?{decinteger}+

the final "+" isn't necessary now.

Regards,
Dean



pgsql-hackers by date:

Previous
From: Dean Rasheed
Date:
Subject: Re: Underscores in numeric literals
Next
From: vignesh C
Date:
Subject: Re: POC: Lock updated tuples in tuple_update() and tuple_delete()