Re: Trying out libarchive for reading user-generated WAL tarballs - Mailing list pgsql-hackers

From Thomas Munro
Subject Re: Trying out libarchive for reading user-generated WAL tarballs
Date
Msg-id CA+hUKGLTbjOos4fE_ffpdrFnhLOH1a8eCpONxQ9MAE8SME+anA@mail.gmail.com
Whole thread
In response to Trying out libarchive for reading user-generated WAL tarballs  (Thomas Munro <thomas.munro@gmail.com>)
Responses Re: Trying out libarchive for reading user-generated WAL tarballs
List pgsql-hackers
On Sun, Apr 5, 2026 at 2:42 PM Thomas Munro <thomas.munro@gmail.com> wrote:
> Perhaps that could be fixed if astreamer_file.c provided
> "astreamer_file_reader" with the same semantics, so that it could
> unconditionally call astreamer_pull(privateInfo->archive_streamer),
> instead of doing the read, push-into-stream itself?  Just a thought.

That seems to work.

Attachment

pgsql-hackers by date:

Previous
From: vignesh C
Date:
Subject: Re: Support EXCEPT for ALL SEQUENCES publications
Next
From: Richard Guo
Date:
Subject: Re: Bug: var_is_nonnullable() gives wrong results for old/new in RETURNING