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

From: neilc(at)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Rename the uuid_t type to pg_uuid_t, to avoid a conflict with any
Date: 2007-01-28 20:25:38
Message-ID: 20070128202538.304D89FB36B@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-01-28 21:17:32 pgsql: Remove unnecessary checkpoint from PL regression tests.
Previous Message Andrew Dunstan 2007-01-28 19:36:46 pgsql: Fix plpython MSVC build in non-debug mode.