Re: No error checking when reading from file using zstd in pg_dump - Mailing list pgsql-hackers

From Evgeniy Gorbanev
Subject Re: No error checking when reading from file using zstd in pg_dump
Date
Msg-id e2b7edd1-c5b8-484d-9c79-7a7c4466fad2@basealt.ru
Whole thread Raw
In response to Re: No error checking when reading from file using zstd in pg_dump  (Evgeniy Gorbanev <gorbanyoves@basealt.ru>)
List pgsql-hackers
16.06.2025 15:43, Daniel Gustafsson пишет:
>> On 16 Jun 2025, at 11:26, Evgeniy Gorbanev <gorbanyoves@basealt.ru> wrote:
>> I ran tests for pg_dump and they all passed. Logs attached.
> Files=7, Tests=11918, 35 wallclock secs ( 0.59 usr  0.07 sys +  7.92 cusr  4.32 csys = 12.90 CPU)
>
> That seems like a low number of tests executed, with ZStd enabled I see over
> 13200 tests in the log.  Are you sure you are building with ZStd compression
> enabled?
>
> --
> Daniel Gustafsson
>

Yes, you are right. Now I see the errors.



pgsql-hackers by date:

Previous
From: jian he
Date:
Subject: Re: Add SPLIT PARTITION/MERGE PARTITIONS commands
Next
From: Aleksander Alekseev
Date:
Subject: [PATCH] Remove unused #include's in src/backend/utils/adt/*