Coding question

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Coding question
Дата
Msg-id 20040613161825.A34291-100000@houston.familyhealth.com.au
обсуждение исходный текст
Список pgsql-hackers
If typTup is of type Form_pg_type, is this use of ObjectIdGetDatum legal?

tuple = SearchSysCache(RELOID, ObjectIdGetDatum(typTup->typrelid),
0,0, 0);
 

If not, how do I turn ->typrelid into an Oid type for safe passage
through ObjectIdGetDatum?

Chris




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

Предыдущее
От: "Thomas Hallgren"
Дата:
Сообщение: Re: I just got it: PostgreSQL Application Server -- a new project.
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Nested transactions and tuple header info