Re: Underscores in numeric literals

Поиск
Список
Период
Сортировка
От Dean Rasheed
Тема Re: Underscores in numeric literals
Дата
Msg-id CAEZATCXrYotnvhCdW-kDmqpJvHmmbjZty7KnZiyv2SUbbCJB9Q@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Underscores in numeric literals  (Dean Rasheed <dean.a.rasheed@gmail.com>)
Список 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 по дате отправления: