pgsql: Unbreak the build.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Unbreak the build.
Date: 2022-03-23 14:24:13
Message-ID: E1nX1uH-0011tI-8h@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

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(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2022-03-23 14:44:50 pgsql: Use approved style for listing OBJS in test_oat_hooks Makefile
Previous Message Robert Haas 2022-03-23 13:19:27 pgsql: Replace BASE_BACKUP COMPRESSION_LEVEL option with COMPRESSION_DE

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2022-03-23 14:46:10 Re: pgsql: Unbreak the build.
Previous Message Tom Lane 2022-03-23 14:13:43 Re: Support isEmptyStringInfo