From: Justin Pryzby Date: Sun, 15 Jan 2023 16:27:28 -0600 Subject: [PATCH 3/8] f! --- src/bin/pg_dump/pg_backup_archiver.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/pg_dump/pg_backup_archiver.c b/src/bin/pg_dump/pg_backup_archiver.c index 5164b57f042..d4f1e09fce6 100644 --- a/src/bin/pg_dump/pg_backup_archiver.c +++ b/src/bin/pg_dump/pg_backup_archiver.c @@ -385,7 +385,6 @@ RestoreArchive(Archive *AHX) */ supports_compression = true; if (AH->compression_spec.algorithm != PG_COMPRESSION_NONE && - AH->compression_spec.algorithm == PG_COMPRESSION_GZIP && AH->PrintTocDataPtr != NULL) { for (te = AH->toc->next; te != AH->toc; te = te->next) -- 2.25.1 --aBaYPhOdNx+t7mr3 Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0004-Introduce-Compressor-API-in-pg_dump.patch"