summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/mac.c
AgeCommit message (Collapse)Author
1999-12-16Ethernet MAC addresses (macaddr type) are not compared correctly forBruce Momjian
equality. The lobits macro is wrong and extracts the wrong set of bits out of the structure. To exhibit the problem: select '000000:000000'::macaddr = '000000:110000'::macaddr ; ?column? -------- t (1 row) Daniel Boyd
1999-07-17 Move some system includes into c.h, and remove duplicates.Bruce Momjian
1999-07-15Change #include's to use <> and "" as appropriate.Bruce Momjian
1999-07-15Remove unused #includes in *.c files.Bruce Momjian
1999-07-15Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian
1999-07-14Cleanup of /include #include's, for 6.6 only.Bruce Momjian
1999-05-25pgindent run over code.Bruce Momjian
1999-03-22Cleanup of NULL in inet types.Bruce Momjian
1998-10-26Get rid of some minor compiler warnings.Tom Lane
1998-10-08Fix for INET type addition.Bruce Momjian
1998-10-08I agree. I think, though, that the best argument presented in theBruce Momjian
debate was from Paul Vixie, who wanted INET to be the name covering both IPV4 and IPV6. The following kit makes the needed changes: Tom Ivar Helbekkmo
1998-10-04Add includes for prototypes for new IP type.Bruce Momjian
1998-10-04Add prototype include to inet types.Bruce Momjian
1998-10-03Integrate new IP type from Tom Ivar Helbekkmo.Bruce Momjian