Give inet/cidr datatypes their own hash function that ignores the inet vs

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 950d047ec5913de0ff6f3badf636667926df0387
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-06-13T21:57:28Z
Releases: 8.0.0
Give inet/cidr datatypes their own hash function that ignores the inet vs
cidr type bit, the same as network_eq does.  This is needed for hash joins
and hash aggregation to work correctly on these types.  Per bug report
from Michael Fuhr, 2004-04-13.
Also, improve hash function for int8 as suggested by Greg Stark.

Files