Hi, On 2022-02-12 13:38:45 +0900, Michael Paquier wrote: > Perhaps you'd better check that 'decompress_program' can be executed > and skip things if the command is not around? Note that > 020_pg_receivewal.pl does an extra lz4 --version as a safety measure, > but 008_untar.pl does not.
Actually executing the command doesn't seem useful? It doesn't seem useful to ignore an executable that's not actually executable or such. Testing whether the file exists makes sense though. Greetings, Andres Freund