Re: pgsql: Unbreak the build.
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Andres Freund <andres@anarazel.de>
Cc: pgsql-committers <pgsql-committers@lists.postgresql.org>
Date: 2022-03-23T15:38:39Z
Lists: pgsql-hackers
On Wed, Mar 23, 2022 at 10:46 AM Andres Freund <andres@anarazel.de> wrote: > There's new warnings that sound reasonable introduced in the prior commit that didn't get removed in this one: > > https://cirrus-ci.com/task/5259487073271808?logs=mingw_cross_warning#L392 That link takes me to a screen that shows no warnings. Scrolling around the only thing I see that doesn't seem to be addressed by this commit is a complaint about get_bc_algorithm_name falling off the end. I've added a dummy return statement to hopefully address that. -- Robert Haas EDB: http://www.enterprisedb.com
Commits
-
pg_basebackup: Try to fix some failures on Windows.
- 591767150f5f 15.0 landed
-
In get_bc_algorithm_name, add a dummy return statement.
- 68d8f9bfb2f4 15.0 landed
-
Unbreak the build.
- 607e75e8f0f8 15.0 cited
-
Replace BASE_BACKUP COMPRESSION_LEVEL option with COMPRESSION_DETAIL.
- ffd53659c46a 15.0 cited