OSDN Git Service

The macaddr datatype understands most formats of MAC address, except 12
authorBruce Momjian <bruce@momjian.us>
Sat, 15 Jun 2002 19:39:33 +0000 (19:39 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 15 Jun 2002 19:39:33 +0000 (19:39 +0000)
commit6b9e742458df2256ca611b7aeef7ede72ca943f5
tree457c68719a73d96f7c75c51d9e9f39363ff39744
parentcd7be4d9470c7b035774287817d19055792a097a
The macaddr datatype understands most formats of MAC address, except 12
hex digits with no separators, eg 00AABBCCDDEE. This is easily remedied
with the following patch (against 7.2.1):

Mike Wyer
src/backend/utils/adt/mac.c