Rename the uuid_t type to pg_uuid_t, to avoid a conflict with any
Neil Conway <neilc@samurai.com>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/uuid.c | modified | +43 −43 |
| src/include/utils/uuid.h | modified | +6 −4 |