pgsql: Unbreak the build. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Unbreak the build.
Date
Msg-id E1nX1uH-0011tI-8h@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Unbreak the build.

Commit ffd53659c46a54a6978bcb8c4424c1e157a2c0f1 broke the build for
anyone not compiling with LZ4 and ZSTD enabled. Woops.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/607e75e8f0f84544feb879b747da1d40fed71499

Modified Files
--------------
src/backend/replication/basebackup_lz4.c  | 3 +--
src/backend/replication/basebackup_zstd.c | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Replace BASE_BACKUP COMPRESSION_LEVEL option with COMPRESSION_DE
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Use approved style for listing OBJS in test_oat_hooks Makefile