Обсуждение: pgsql: Rename the uuid_t type to pg_uuid_t, to avoid a conflict with any

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

pgsql: Rename the uuid_t type to pg_uuid_t, to avoid a conflict with any

От
neilc@postgresql.org (Neil Conway)
Дата:
Log Message:
-----------
Rename the uuid_t type to pg_uuid_t, to avoid a conflict with any
definitions of uuid_t that may be provided by the system headers. This
should hopefully fix the Win32 build problems reported by Magnus.

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        uuid.c (r1.1 -> r1.2)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/uuid.c.diff?r1=1.1&r2=1.2)
    pgsql/src/include/utils:
        uuid.h (r1.1 -> r1.2)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/utils/uuid.h.diff?r1=1.1&r2=1.2)