Re: Re: Patch for SortSupport implementation on inet/cdir
David Steele <david@pgmasters.net>
From: David Steele <david@pgmasters.net>
To: Andres Freund <andres@anarazel.de>, Edmund Horner <ejrh00@gmail.com>
Cc: Brandur Leach <brandur@mutelight.org>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2019-03-05T12:36:44Z
Lists: pgsql-hackers
On 2/16/19 4:13 AM, Andres Freund wrote: > On 2019-02-09 20:12:53 +1300, Edmund Horner wrote: >> I had a look at this. Your V2 patch applies cleanly, and the code was >> straightforward and well commented. I appreciate the big comment at the >> top of network_abbrev_convert explaining how you encode the data. > > I've marked the CF entry as waiting-on-author, due to this review. > > Brandur, unfortunately this patch has only been submitted to the last > commitfest for v12. Our policy is that all nontrivial patches should be > submitted to at least one earlier commitfest. Therefore I unfortunately > think that v12 is not a realistic target, sorry :( I agree, and since there has been no response from the author I have pushed the target version to PG13. Regards, -- -David david@pgmasters.net
Commits
-
Add sort support routine for the inet data type.
- 71dcd7438664 13.0 landed