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