Re: User defined types and storage variance

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: User defined types and storage variance
Дата
Msg-id 6039.1011134322@sss.pgh.pa.us
обсуждение исходный текст
Ответ на User defined types and storage variance  (Dave Trombley <dtrom@bumba.net>)
Список pgsql-general
Dave Trombley <dtrom@bumba.net> writes:
>     Is it correct of me to assume that the concrete storage of a user
> defined type, defined in C, must not contain any references to
> structures allocated per-object?

The concrete storage has to be a flat chunk of memory --- no pointers,
nothing that can't survive being moved around.  You don't get to control
moving, copying, or deleting.

            regards, tom lane

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

Предыдущее
От: Dave Trombley
Дата:
Сообщение: User defined types and storage variance
Следующее
От: "Jeff Lu"
Дата:
Сообщение: Is there is shutdown utility for postgresql?