Fix force unwrap in PostgresDataDecoder
This patch was authored by @SusanDoggie and released by @tanner0101.
Replaces a force unwrap with a DecodingError
in PostgresDataDecoder
(#184).
Replaces a force unwrap with a DecodingError
in PostgresDataDecoder
(#184).