ERROR: feature is not supported: Ext(1, [11, 7, 4, 39, 25, 35, 96, 23, 32, 92]) cannot be represented as a value of type Float8
One of our clients complained about this error during execution of a quite regular query:
postgres=> select * from card_balance where card_sk=1000;
ERROR: feature is not supported: Ext(1, [11, 7, 4, 39, 25, 35, 96, 23, 32, 92]) cannot be represented as a value of type Float8.
I didn't manage to repoduce this error, but it can be easily fixed by adding a new combination of rmpv::Value and type in PgValue::try_from_rmpv.