Re: pgsql: Unbreak the build.

Andres Freund <andres@anarazel.de>

From: Andres Freund <andres@anarazel.de>
To: pgsql-committers@lists.postgresql.org, Robert Haas <rhaas@postgresql.org>
Date: 2022-03-23T14:46:10Z
Lists: pgsql-hackers
Hi, 

On March 23, 2022 7:24:13 AM PDT, Robert Haas <rhaas@postgresql.org> wrote:
>Unbreak the build.
>
>Commit ffd53659c46a54a6978bcb8c4424c1e157a2c0f1 broke the build for
>anyone not compiling with LZ4 and ZSTD enabled. Woops.

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

- Andres
 
-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.



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.