Re: pgsql: Add suport for server-side LZ4 base backup compression.
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Andres Freund <andres@anarazel.de>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-02-15T04:46:03Z
Lists: pgsql-hackers
On Mon, Feb 14, 2022 at 10:53:04AM +0900, Michael Paquier wrote: > A last thing, that has been mentioned by Andres upthread, is that we > should be able to remove the extra commands run with --version in the > tests of pg_basebackup, as of the attached. I have not done that yet, > as it seems better to wait for copperhead first, and the tests of > pg_basebackup run before pg_verifybackup so I don't want to mask one > error for another in case the buildfarm says something. copperhead has reported back a couple of hours ago, and it has switched back to green. Hence, I have moved on with the remaining piece and removed all those --version checks from the tests of pg_basebackup and pg_receivewal. -- Michael
Commits
-
Remove command checks in tests of pg_basebackup and pg_receivewal
- a4e1deb42b37 15.0 landed
-
Add ./configure check for "lz4" command
- 1d084fba1bd1 15.0 landed
-
Add suport for server-side LZ4 base backup compression.
- dab298471ff2 15.0 cited