pgsql/src/backend/utils/adt mac.c

From: momjian(at)postgresql(dot)org (Bruce Momjian - CVS)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/utils/adt mac.c
Date: 2002-06-15 19:39:33
Message-ID: 20020615193933.CFF8247612A@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: momjian(at)postgresql(dot)org 02/06/15 15:39:33

Modified files:
src/backend/utils/adt: mac.c

Log message:
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

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2002-06-15 19:43:48 pgsql/src/bin/psql tab-complete.c
Previous Message Bruce Momjian - CVS 2002-06-15 19:37:48 pgsql/src/bin/psql mainloop.c