31 int minargs,
int maxargs,...);
33 Oid lefttype,
Oid righttype);
struct OpFamilyOpFuncGroup OpFamilyOpFuncGroup
List * identify_opfamily_groups(CatCList *oprlist, CatCList *proclist)
bool check_amproc_signature(Oid funcid, Oid restype, bool exact, int minargs, int maxargs,...)
bool opfamily_can_sort_type(Oid opfamilyoid, Oid datatypeoid)
bool check_amop_signature(Oid opno, Oid restype, Oid lefttype, Oid righttype)