Re: pgsql: Server-side gzip compression.

From: David Rowley <dgrowleyml(at)gmail(dot)com>
To: Robert Haas <rhaas(at)postgresql(dot)org>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Server-side gzip compression.
Date: 2022-01-25 09:19:58
Message-ID: CAApHDvosHkgyo_PZs7CSB4Kgs2ey4FdmFpcK0N_QOci9DJ=wnw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On Tue, 25 Jan 2022 at 09:14, Robert Haas <rhaas(at)postgresql(dot)org> wrote:
> src/backend/replication/basebackup_gzip.c | 309 ++++++++++++++++++++++++++++++

This could do with the attached. MSVC compilers need a bit more
reassurance that ereport/elog ERRORs don't return.

David

Attachment Content-Type Size
fix_basebackup_gzip_compiler_warning.patch application/octet-stream 500 bytes

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-01-25 17:18:06 pgsql: Revert "graceful shutdown" changes for Windows, in back branches
Previous Message David Rowley 2022-01-25 08:16:00 pgsql: Consider parallel awareness when removing single-child Appends

Browse pgsql-hackers by date

  From Date Subject
Next Message Yura Sokolov 2022-01-25 09:29:07 Re: Fix BUG #17335: Duplicate result rows in Gather node
Previous Message Peter Eisentraut 2022-01-25 09:18:42 Re: sequences vs. synchronous replication