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

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -

c# - Populating Gridview inside Listview ItemTemplate On Web User Control from Code Behind -