Re: pg_basebackup's --gzip switch misbehaves

Daniel Gustafsson <daniel@yesql.se>

From: Daniel Gustafsson <daniel@yesql.se>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Michael Paquier <michael@paquier.xyz>, pgsql-hackers@lists.postgresql.org
Date: 2022-11-14T14:27:14Z
Lists: pgsql-hackers
> On 14 Nov 2022, at 15:23, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> 
> Daniel Gustafsson <daniel@yesql.se> writes:
>> How about this version?
> 
> This isn't correct shell syntax is it?
> 
> +PG_TEST_NOCLEAN make -C src/bin/pg_dump check
> 
> I think you meant
> 
> +PG_TEST_NOCLEAN=1 make -C src/bin/pg_dump check
> 
> or the like.

Ugh, yes, that's what it should say.

--
Daniel Gustafsson		https://vmware.com/




Commits

  1. Make PG_TEST_NOCLEAN work for temporary directories in TAP tests

  2. doc: document the TAP test environment variables

  3. doc: update metacpan.org links to avoid redirects

  4. Use min/max bounds defined by Zstd for compression level

  5. Fix incorrect value for "strategy" with deflateParams() in walmethods.c

  6. Simplify handling of compression level with compression specifications