Re: Patch for SortSupport implementation on inet/cdir
Peter Geoghegan <pg@bowt.ie>
From: Peter Geoghegan <pg@bowt.ie>
To: Brandur Leach <brandur@mutelight.org>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2019-08-01T16:41:59Z
Lists: pgsql-hackers
On Thu, Aug 1, 2019 at 8:34 AM Brandur Leach <brandur@mutelight.org> wrote: > Thanks Peter. V6 is pretty uncontroversial by me — the new > conditional ladder broken cleanly into cases of (1) all > subnet, (2) network/subnet mix, and (3) all network is a > little more verbose, but all in all makes things easier to > reason about. Pushed. Thanks! -- Peter Geoghegan
Commits
-
Add sort support routine for the inet data type.
- 71dcd7438664 13.0 landed