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

From Doug Doole
Subject Re: [HACKERS] Add Roman numeral conversion to to_number
Date
Msg-id 20170915010027.1354.42875.pgcf@coridan.postgresql.org
Whole thread Raw
In response to Re: [HACKERS] Add Roman numeral conversion to to_number  (Merlin Moncure <mmoncure@gmail.com>)
Responses Re: [HACKERS] Add Roman numeral conversion to to_number
List pgsql-hackers
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
errorhandling.
 

There's also the "do we want this?" debate from the discussion thread that still needs to be resolved. (I don't have an
opinioneither 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: "Tsunakawa, Takayuki"
Date:
Subject: Re: [HACKERS] Process startup infrastructure is a mess
Next
From: Tomas Vondra
Date:
Subject: Re: [HACKERS] PATCH : Generational memory allocator (was PATCH: twoslab-like memory allocators)