Re: Archiver(custom): could not initialize compression library - (null) - Mailing list pgsql-general

From Tom Lane
Subject Re: Archiver(custom): could not initialize compression library - (null)
Date
Msg-id 19556.1015373214@sss.pgh.pa.us
Whole thread Raw
In response to Archiver(custom): could not initialize compression library - (null)  (Jeremiah Jahn <jeremiah@goodinassociates.com>)
Responses Re: Archiver(custom): could not initialize compression  (Jeremiah Jahn <jeremiah@goodinassociates.com>)
List pgsql-general
Jeremiah Jahn <jeremiah@goodinassociates.com> writes:
> this is the error i get:
> Archiver(custom): could not initialize compression library - (null)

Something broken about your libz maybe?  This error indicates a failure
return code from either deflateInit or inflateInit, depending on whether
we're talking about pg_dump or pg_restore, which was quite unclear from
your message.

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Database quota
Next
From: Tom Lane
Date:
Subject: Re: [ADMIN] psql \df and opaque functions