| 178 | PSEUDOTYPE_DUMMY_RECEIVE_FUNC(anycompatiblearray); |
| 179 | |
| 180 | Datum |
| 181 | anycompatiblearray_out(PG_FUNCTION_ARGS) |
| 182 | { |
| 183 | return array_out(fcinfo); |
| 184 | } |
| 185 | |
| 186 | Datum |
| 187 | anycompatiblearray_send(PG_FUNCTION_ARGS) |
nothing calls this directly
no test coverage detected