]> granicus.if.org Git - postgresql/commit
Convert inet-related functions to new fmgr style. I have also taken it
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 3 Aug 2000 23:07:51 +0000 (23:07 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 3 Aug 2000 23:07:51 +0000 (23:07 +0000)
commited9ca687582caa88f31c4b273b9fd4eb5743cf41
tree5f291877d0a74c7c3f34da74c4e20aca6bd9a65f
parent61aca818c486dbe000ce94c77cb1dd1f379baf67
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.
src/backend/utils/adt/mac.c
src/backend/utils/adt/network.c
src/include/catalog/pg_proc.h
src/include/utils/builtins.h
src/include/utils/inet.h
src/test/regress/expected/inet.out