pgsql/src/include/utils (builtins.h inet.h) - Mailing list pgsql-committers

From Tom Lane
Subject pgsql/src/include/utils (builtins.h inet.h)
Date
Msg-id 200008032308.e73N82E16414@hub.org
Whole thread Raw
List pgsql-committers
  Date: Thursday, August  3, 2000 @ 19:07:57
Author: tgl

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

Modified Files:
    builtins.h inet.h

-----------------------------  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.

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql/src/test/regress/expected (inet.out)
Next
From: Tom Lane
Date:
Subject: pgsql/src/backend/commands (command.c)