pg_receivewal compressed partial file problem

From: Grigory Smolkin <g(dot)smolkin(at)postgrespro(dot)ru>
To: Pg Bugs <pgsql-bugs(at)postgresql(dot)org>
Subject: pg_receivewal compressed partial file problem
Date: 2020-10-31 10:24:44
Message-ID: 5cb7bde4-c8dd-d9b9-7608-740e188d7a79@postgrespro.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hello!
When trying to uncompress compressed partial WAL segment, produced by
pg_receivewal, I`m getting the following error:

gzip: unexpected end of file"

pg_receivewal started using the following command:
pg_receivewal --synchronous -Z 1

What can I do to avoid this?

--
Grigory Smolkin
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Grigory Smolkin 2020-10-31 10:27:10 Re: pg_receivewal compressed partial file problem
Previous Message Andres Freund 2020-10-30 22:51:25 Re: BUG #16693: Weird behaviour of function uuid_generate_v5() when used in a trigger