| 489 | } |
| 490 | |
| 491 | Datum cbdb::FunctionCall2Coll(FmgrInfo *flinfo, Oid collation, Datum arg1, |
| 492 | Datum arg2) { |
| 493 | CBDB_WRAP_START; |
| 494 | { return ::FunctionCall2Coll(flinfo, collation, arg1, arg2); } |
| 495 | CBDB_WRAP_END; |
| 496 | } |
| 497 | |
| 498 | Datum cbdb::FunctionCall3Coll(FmgrInfo *flinfo, Oid collation, Datum arg1, |
| 499 | Datum arg2, Datum arg3) { |
nothing calls this directly
no test coverage detected