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

  1. pg_basebackup: Try to fix some failures on Windows.

  2. In get_bc_algorithm_name, add a dummy return statement.

  3. Unbreak the build.

  4. Replace BASE_BACKUP COMPRESSION_LEVEL option with COMPRESSION_DETAIL.