Project

General

Profile

« Previous | Next » 

Revision 14239

schemas/util.sql: check_constraint_canon_sql(): use util.debug_print_return_value() to assist debugging

View differences:

trunk/schemas/util.sql
977 977
	WHEN SQLSTATE 'ROLBK' THEN NULL;
978 978
	END;
979 979
	
980
	RETURN result;
980
	RETURN util.debug_print_return_value(result);
981 981
END;
982 982
$$;
983 983

  

Also available in: Unified diff