示例#1
0
/* This is separate to keep the opr_sanity regression test from complaining */
Datum
regexp_matches_no_flags(PG_FUNCTION_ARGS)
{
	return regexp_matches(fcinfo);
}
示例#2
0
文件: regexp.c 项目: colinet/sqlix
/* This is separate to keep the opr_sanity regression test from complaining */
datum_t regexp_matches_no_flags(PG_FUNC_ARGS)
{
	return regexp_matches(fcinfo);
}