コード例 #1
0
ファイル: regexp.c プロジェクト: BioBD/Hypothetical_Indexes
/* 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);
}