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.dil...@enterprisedb.com> Co-authored-by: Peter Eisentraut <pe...@eisentraut.org> Discussion: https://www.postgresql.org/message-id/flat/e72eaa49-354d-4c2e-8eb9-255197f55...@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(-)