afidegnum commented on issue #162:
URL: https://github.com/apache/incubator-age/issues/162#issuecomment-998487150
it's a bit strange, I'm still not lucky even though the query returned a
successful result.
I could see you run your extension from the docker. I'm using Arch Linux, is
there something that needs implementing?
```sql
postgres=# select typreceive, typsend from pg_type where typname = 'agtype';
typreceive | typsend
------------------------+------------------------
ag_catalog.agtype_recv | ag_catalog.agtype_send
(1 row)
```
```rs
Row { columns: [Column { name: "count", type: Int8 }] }
Error: db error: ERROR: no binary output function available for type agtype!
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]