Re: pg_basebackup's --gzip switch misbehaves
Daniel Gustafsson <daniel@yesql.se>
From: Daniel Gustafsson <daniel@yesql.se>
To: Michael Paquier <michael@paquier.xyz>
Cc: Tom Lane <tgl@sss.pgh.pa.us>,
pgsql-hackers@lists.postgresql.org
Date: 2022-11-15T10:09:54Z
Lists: pgsql-hackers
Attachments
- v3-0001-doc-update-metacpan.org-links-to-avoid-redirects.patch (application/octet-stream) patch v3-0001
- v3-0002-doc-document-the-TAP-test-environment-variables.patch (application/octet-stream) patch v3-0002
> On 15 Nov 2022, at 00:58, Michael Paquier <michael@paquier.xyz> wrote: > > On Mon, Nov 14, 2022 at 03:27:14PM +0100, Daniel Gustafsson wrote: >> Ugh, yes, that's what it should say. > > A split sounds fine by me. On top of what Tom has mentioned, I have > spotted two small-ish things. > > - This module is available from CPAN or an operating system package. > + This module is available from > + <ulink url="https://metacpan.org/release/IPC-Run">CPAN</ulink> > + or an operating system package. > > It looks like there is a second one in install-windows.sgml. Not sure I follow. IPC::Run is already linked to with a ulink from that page (albeit with an empty tag rendering the URL instead). A related nitpick I found though is that metacpan has changed their URL structure and these links now 301 redirect. The attached 0001 fixes that first before applying the other part. > + Many operations in the test suites use a 180 second timeout, which on slow > Nit: s/180 second/180-second/? Ok. -- Daniel Gustafsson https://vmware.com/
Commits
-
Make PG_TEST_NOCLEAN work for temporary directories in TAP tests
- 45cfa87e9c56 11.21 landed
- af36c13a7e92 12.16 landed
- b102e80ab822 13.12 landed
- c8987ea90cf2 14.9 landed
- 4b15868b698a 15.4 landed
- c24e9ef330ac 16.0 landed
- 8c12838001c2 17.0 landed
-
doc: document the TAP test environment variables
- c4421550fb57 16.0 landed
-
doc: update metacpan.org links to avoid redirects
- 5f80cd287c29 16.0 landed
-
Use min/max bounds defined by Zstd for compression level
- ade925e1693a 15.0 landed
- 18ac08f0b42d 16.0 landed
-
Fix incorrect value for "strategy" with deflateParams() in walmethods.c
- a9e99ff6b4ac 10.23 landed
- f01cc02259df 11.18 landed
- adb371c9cd95 12.13 landed
- a94576c377b7 13.9 landed
- 4b529f4697f3 14.6 landed
- b3c630cc9230 15.0 landed
- b447d6075db8 16.0 landed
-
Simplify handling of compression level with compression specifications
- 53332eacaff6 15.0 landed
- f352e2d08ac0 16.0 landed