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