| 483 | } |
| 484 | |
| 485 | Datum cbdb::FunctionCall1Coll(FmgrInfo *flinfo, Oid collation, Datum arg1) { |
| 486 | CBDB_WRAP_START; |
| 487 | { return ::FunctionCall1Coll(flinfo, collation, arg1); } |
| 488 | CBDB_WRAP_END; |
| 489 | } |
| 490 | |
| 491 | Datum cbdb::FunctionCall2Coll(FmgrInfo *flinfo, Oid collation, Datum arg1, |
| 492 | Datum arg2) { |
nothing calls this directly
no test coverage detected