OSDN Git Service

Fix incorrect addition, subtraction, and overflow checking in new
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 11 Feb 2006 20:39:59 +0000 (20:39 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 11 Feb 2006 20:39:59 +0000 (20:39 +0000)
commitfbb1daed938d404f3e669a3ab499e661af2bd25e
treecb2be1548ebcf3d7fe5d6928e870e38949c678e3
parent77bb65d3fcdd2b588cec4b94af05e3d3f30e80cc
Fix incorrect addition, subtraction, and overflow checking in new
inet operators.
src/backend/utils/adt/network.c
src/include/catalog/pg_proc.h
src/test/regress/expected/inet.out
src/test/regress/sql/inet.sql