Re: pgsql: Server-side gzip compression.
David Rowley <dgrowleyml@gmail.com>
From: David Rowley <dgrowleyml@gmail.com>
To: Robert Haas <rhaas@postgresql.org>
Cc: pgsql-committers@lists.postgresql.org
Date: 2022-01-25T09:19:58Z
Lists: pgsql-hackers
Attachments
- fix_basebackup_gzip_compiler_warning.patch (application/octet-stream) patch
On Tue, 25 Jan 2022 at 09:14, Robert Haas <rhaas@postgresql.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
Commits
-
pg_basebackup: Add a dummy return to bbsink_gzip_new().
- 71cbbbbe80a4 15.0 landed
-
Server-side gzip compression.
- 0ad8032910d5 15.0 cited
-
Extend the options of pg_basebackup to control compression
- 5c649fe15336 15.0 cited
-
Support base backup targets.
- 3500ccc39b0d 15.0 cited
-
Flexible options for BASE_BACKUP.
- 0ba281cb4bf9 15.0 cited