Обсуждение: pgsql/src/backend/utils/adt mac.c

Поиск
Список
Период
Сортировка

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

От
momjian@postgresql.org (Bruce Momjian - CVS)
Дата:
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    momjian@postgresql.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