Exemple #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);
}
Exemple #2
0
/* 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);
}