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 passagethrough ObjectIdGetDatum?
Chris