/* *FillinSkipSupportgivenanoperatorclass(opfamily+opcintype). * *Onsuccess,returnsskipsupportstruct,allocatingincaller'smemory *context.OtherwisereturnsNULL,indicatingthatoperatorclasshasno *skipsupportfunction.
*/
SkipSupport
PrepareSkipSupportFromOpclass(Oid opfamily, Oid opcintype, bool reverse)
{
Oid skipSupportFunction;
SkipSupport sksup;
/* Look for a skip support function */
skipSupportFunction = get_opfamily_proc(opfamily, opcintype, opcintype,
BTSKIPSUPPORT_PROC); if (!OidIsValid(skipSupportFunction)) return NULL;
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.