Re: [HACKERS] Add Roman numeral conversion to to_number - Mailing list pgsql-hackers

From Oliver Ford
Subject Re: [HACKERS] Add Roman numeral conversion to to_number
Date
Msg-id CAGMVOdvd9tr8Xsx3-S07K_tqOYNN06NuaAQxCMfhzfxYT9V+Nw@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] Add Roman numeral conversion to to_number  (Doug Doole <DougDoole@gmail.com>)
Responses Re: [HACKERS] Add Roman numeral conversion to to_number
List pgsql-hackers
I'll fix the brace, but there are two other patches in the first email for tests and docs. For some reason the commitfest app didn't pick them up.

On Friday, 15 September 2017, Doug Doole <DougDoole@gmail.com> wrote:
The following review has been posted through the commitfest application:
make installcheck-world:  tested, passed
Implements feature:       tested, passed
Spec compliant:           not tested
Documentation:            not tested

Code looks fine, but one niggly complaint at line 146 of the patch file ("while (*cp) {"). A K&R style brace slipped in, which doesn't match the formatting of the file.

Given that this is providing new formatting options, there should be new tests added that validate the options and error handling.

There's also the "do we want this?" debate from the discussion thread that still needs to be resolved. (I don't have an opinion either way.)

I'm sending this back to the author to address the first two issues.

The new status of this patch is: Waiting on Author

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

pgsql-hackers by date:

Previous
From: Amit Langote
Date:
Subject: Re: [HACKERS] path toward faster partition pruning
Next
From: Ryan Murphy
Date:
Subject: Re: [HACKERS] Small patch for pg_basebackup argument parsing