In a backend C function, is there any way to get the type (Probably
via TupleDesc) of a passed in composite type? I'm trying to build a
generic function that does not assume the types of the composite
fields...I take it this might not be possible.
merlin