@ -2469,8 +2469,8 @@ GetOperatorFromCompareType(Oid opclass, Oid rhstype, CompareType cmptype,
cmptype = = COMPARE_EQ ? errmsg ( " could not identify an equality operator for type %s " , format_type_be ( opcintype ) ) :
cmptype = = COMPARE_EQ ? errmsg ( " could not identify an equality operator for type %s " , format_type_be ( opcintype ) ) :
cmptype = = COMPARE_OVERLAP ? errmsg ( " could not identify an overlaps operator for type %s " , format_type_be ( opcintype ) ) :
cmptype = = COMPARE_OVERLAP ? errmsg ( " could not identify an overlaps operator for type %s " , format_type_be ( opcintype ) ) :
cmptype = = COMPARE_CONTAINED_BY ? errmsg ( " could not identify a contained-by operator for type %s " , format_type_be ( opcintype ) ) : 0 ,
cmptype = = COMPARE_CONTAINED_BY ? errmsg ( " could not identify a contained-by operator for type %s " , format_type_be ( opcintype ) ) : 0 ,
errdetail ( " Could not translate compare type %d for operator family \" %s \" , input type %s, access method \" %s \" . " ,
errdetail ( " Could not translate compare type %d for operator family \" %s \" of access method \" %s \" . " ,
cmptype , get_opfamily_name ( opfamily , false ) , format_type_be ( opcintype ) , get_am_name ( amid ) ) ) ;
cmptype , get_opfamily_name ( opfamily , false ) , get_am_name ( amid ) ) ) ;
/*
/*
* We parameterize rhstype so foreign keys can ask for a < @ operator
* We parameterize rhstype so foreign keys can ask for a < @ operator