> On 22 Mar 2023, at 22:42, PG Bug reporting form <noreply(at)postgresql(dot)org> wrote:
> pg_restore: processing data for table "<db_name>.consensus_estimate"
> pg_restore: error: could not uncompress data: (null)
This error indicates, as it clearly states, a failure to decompress the
compressed file, but it's a bit worrying that the error is (null) since this
really should report an error. Handling an empty ->msg seems like something we
maybe should do.
Does dumping/restoring any database in your cluster work? Is it just this one
that fails?
--
Daniel Gustafsson