| 280 | } |
| 281 | |
| 282 | Datum |
| 283 | plunit_assert_equals_range(PG_FUNCTION_ARGS) |
| 284 | { |
| 285 | return plunit_assert_equals_range_message(fcinfo); |
| 286 | } |
| 287 | |
| 288 | static bool |
| 289 | assert_equals_range_base(FunctionCallInfo fcinfo) |
nothing calls this directly
no test coverage detected