Re: [PATCH] Add roman support for to_number function

From: Hunaid Sohail <hunaidpgml(at)gmail(dot)com>
To: Maciek Sakrejda <maciek(at)pganalyze(dot)com>
Cc: maciek(at)sakrejda(dot)org, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [PATCH] Add roman support for to_number function
Date: 2024-09-05 08:07:03
Message-ID: CAMWA6yYg8_HTK9rpzoJOw=N9BWmKbtECbOgiN1fjA-G=PKzJkQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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(at)pganalyze(dot)com> wrote:

> On Tue, Sep 3, 2024 at 6:29 AM Hunaid Sohail <hunaidpgml(at)gmail(dot)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
>

Attachment Content-Type Size
v2-0001-Add-RN-rn-support-for-to_number-function.patch application/octet-stream 9.4 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message jian he 2024-09-05 08:08:23 updatable view set default interact with base rel generated stored columns
Previous Message Andrei Lepikhov 2024-09-05 07:56:55 Re: Support run-time partition pruning for hash join