Re: [PATCH] Add roman support for to_number function
Hunaid Sohail <hunaidpgml@gmail.com>
From: Hunaid Sohail <hunaidpgml@gmail.com>
To: Maciek Sakrejda <maciek@pganalyze.com>
Cc: maciek@sakrejda.org, pgsql-hackers@postgresql.org
Date: 2024-09-05T08:07:03Z
Lists: pgsql-hackers
Attachments
- v2-0001-Add-RN-rn-support-for-to_number-function.patch (application/octet-stream) patch v2-0001
Hi, I have attached a new patch v2 with following changes: - Handled invalid cases like 'viv', 'lxl', and 'dcd'. - Changed errcode to 22P07 because 22P06 was already taken. - Removed TODO. - Added a few positive & negative tests. - Updated documentation. Looking forward to your feedback. Regards, Hunaid Sohail On Tue, Sep 3, 2024 at 8:47 PM Maciek Sakrejda <maciek@pganalyze.com> wrote: > On Tue, Sep 3, 2024 at 6:29 AM Hunaid Sohail <hunaidpgml@gmail.com> wrote: > > I submitted the patch on Aug 30 because I read that new patches should > be submitted in CF with "Open" status. > > Oh my bad! I missed that you had submitted it to the September CF: > https://commitfest.postgresql.org/49/5221/ > > I don't see a way to just delete CF entries, so I've marked the > November one that I created as Withdrawn. > > I'll add myself as reviewer to the September CF entry. > > Thanks, > Maciek >
Commits
-
Support RN (roman-numeral format) in to_number().
- 172e6b3adb2e 18.0 landed