| 416 | |
| 417 | #if PY_MAJOR_VERSION < 3 |
| 418 | Datum |
| 419 | plpython2_inline_handler(PG_FUNCTION_ARGS) |
| 420 | { |
| 421 | return plpython_inline_handler(fcinfo); |
| 422 | } |
| 423 | #endif /* PY_MAJOR_VERSION < 3 */ |
| 424 | |
| 425 | static bool |
nothing calls this directly
no test coverage detected