Re: [PATCH] Add roman support for to_number function
Maciek Sakrejda <m.sakrejda@gmail.com>
From: Maciek Sakrejda <m.sakrejda@gmail.com>
To: pgsql-hackers@lists.postgresql.org
Cc: Hunaid Sohail <hunaidpgml@gmail.com>
Date: 2024-09-07T18:57:00Z
Lists: pgsql-hackers
Sorry, it looks like I failed to accurately log my review in the review app due to the current broken layout issues [1]. The summary should be: make installcheck-world: tested, passed Implements feature: tested, passed Spec compliant: not tested (not sure what the spec has to say about this) Documentation: tested, passed [1]: https://www.postgresql.org/message-id/flat/CAD68Dp1GgTeBiA0YVWXpfPCMC7%3DnqBCLn6%2BhuOkWURcKRnFw5g%40mail.gmail.com
Commits
-
Support RN (roman-numeral format) in to_number().
- 172e6b3adb2e 18.0 landed