superfly / corrosion

Gossip-based service discovery (and more) for large distributed systems.
https://superfly.github.io/corrosion/
Apache License 2.0
684 stars 21 forks source link

postgres: Unsupported data type: bool #145

Open benwaffle opened 8 months ago

benwaffle commented 8 months ago

Seeing this when using the psql client to query corrosion2:

ben=> select trusted from organizations;
ERROR:  Unsupported data type: bool

sqlite works:

/var/lib/corrosion2/state.db> select trusted from organizations;
+---------+
| trusted |
+---------+
| 0       |
+---------+
1 row in set
Time: 0.006s