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

Neil Conway <neilc@samurai.com>

Commit: 74a1a2b8b16cd94d5046dfbe74f37d70a5347adc
Author: Neil Conway <neilc@samurai.com>
Date: 2007-01-28T20:25:38Z
Releases: 8.3.0
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

PathChange+/−
src/backend/utils/adt/uuid.c modified +43 −43
src/include/utils/uuid.h modified +6 −4