Re: pg_uuid_t support in contrib/btree_gist

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_uuid_t support in contrib/btree_gist
Дата
Msg-id 20785.1437257519@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pg_uuid_t support in contrib/btree_gist  (Jarred Ward <jarred@webriots.com>)
Список pgsql-hackers
Jarred Ward <jarred@webriots.com> writes:
> pg_uuid_t is an opaque type in `src/include/utils/uuid.h'. To put this type
> in a struct for both a new uuidKEY and the gbtree_ninfo type description
> support we need the implementation of the struct that is currently hidden
> in `src/backend/utils/adt/uuid.c'.

Yeah, I'd just move it into uuid.h.  There's about 0 chance of needing
to change it, and we haven't hesitated to expose the internals of many
other data types in their respective headers.
        regards, tom lane



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: object_classes array is broken, again
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: pg_resetsysid