Thread: pgsql/src/backend/utils/adt (mac.c network.c)

pgsql/src/backend/utils/adt (mac.c network.c)

From
Tom Lane
Date:
  Date: Thursday, August  3, 2000 @ 19:07:46
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/utils/adt
     from hub.org:/home/projects/pgsql/tmp/cvs-serv16370/backend/utils/adt

Modified Files:
    mac.c network.c

-----------------------------  Log Message  -----------------------------

Convert inet-related functions to new fmgr style.  I have also taken it
on myself to do something about the non-self-consistency of the inet
comparison functions.  The results are probably still semantically wrong
(inet and cidr should have different comparison semantics, I think)
but at least the boolean operators now agree with each other and with
the sort order of indexes on inet/cidr.