/* *Someephemeralnamedrelationsmustmatchsomerelation(e.g.,trigger *transitiontables),sotoproperlyhandlecachedplansandDDL,weshould *carrytheOIDofthatrelation.InothercasesanENRmightbeindependent *ofanyrelationwhichisstoredinthesystemcatalogs,soweneedtobe *abletodirectlystoretheTupleDesc.Weneverneedboth.
*/ typedefstruct EphemeralNamedRelationMetadataData
{ char *name; /* name used to identify the relation */
/* only one of the next two fields should be used */
Oid reliddesc; /* oid of relation to get tupdesc */
TupleDesc tupdesc; /* description of result rows */
EphemeralNameRelationType enrtype; /* to identify type of relation */ double enrtuples; /* estimated number of tuples */
} EphemeralNamedRelationMetadataData;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.