From: | Georgios <gkokolatos(at)protonmail(dot)com> |
---|---|
To: | PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Michael Paquier <michael(at)paquier(dot)xyz> |
Subject: | Introduce pg_receivewal gzip compression tests |
Date: | 2021-07-09 11:26:58 |
Message-ID: | 07BK3Mk5aEOsTwGaY77qBVyf9GjoEzn8TMgHLyPGfEFPIpTEmoQuP2P4c7teesjSg-LPeUafsp1flnPeQYINMSMB_UpggJDoduB5EDYBqaQ=@protonmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hi,
As suggested on a different thread [1], pg_receivewal can increase it's test
coverage. There exists a non trivial amount of code that handles gzip
compression. The current patch introduces tests that cover creation of gzip
compressed WAL files and the handling of gzip partial segments. Finally the
integrity of the compressed files is verified.
I hope you find this useful.
Cheers,
//Georgios
Attachment | Content-Type | Size |
---|---|---|
v1-0001-Introduce-pg_receivewal-gzip-compression-tests.patch | application/octet-stream | 3.0 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Masahiko Sawada | 2021-07-09 11:36:30 | Re: Transactions involving multiple postgres foreign servers, take 2 |
Previous Message | Pavel Borisov | 2021-07-09 11:19:02 | Re: [PATCH] Automatic HASH and LIST partition creation |