pgsql: Generalize index support in network support function - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Generalize index support in network support function
Date
Msg-id E1twxb5-000sld-1Y@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Generalize index support in network support function

The network (inet) support functions currently only supported a
hardcoded btree operator family.  With the generalized compare type
facility, we can generalize this to support any operator family from
any index type that supports the required operators.

Author: Mark Dilger <mark.dilger@enterprisedb.com>
Co-authored-by: Peter Eisentraut <peter@eisentraut.org>
Discussion: https://www.postgresql.org/message-id/flat/E72EAA49-354D-4C2E-8EB9-255197F55330@enterprisedb.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/be1cc9aaf5b79f07bc0483a0c95366c77a844d0a

Modified Files
--------------
src/backend/utils/adt/network.c | 37 +++++--------------------------------
1 file changed, 5 insertions(+), 32 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Add support for custom_query_jumble as a node field attribute
Next
From: Thomas Munro
Date:
Subject: pgsql: libpq: Deprecate pg_int64.