Re: [PATCH] Add roman support for to_number function
Maciek Sakrejda <maciek@pganalyze.com>
From: Maciek Sakrejda <maciek@pganalyze.com>
To: Hunaid Sohail <hunaidpgml@gmail.com>
Cc: maciek@sakrejda.org, pgsql-hackers@postgresql.org
Date: 2024-09-03T15:47:43Z
Lists: pgsql-hackers
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