database - pg_restore: [compress_io] could not uncompress data: invalid code lengths set -


i've had problems execute pg_restorecommand in mac. it's returning error:

pg_restore: [compress_io] not uncompress data: invalid code lengths set 

i'm using postgres 9.6.2.

that error message comes zlib library used postgresql compression.

i'd file got corrupted (ascii file transfer?).


Comments

Popular posts from this blog

c# - Update a combobox from a presenter (MVP) -

How to understand 2 main() functions after using uftrace to profile the C++ program? -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -