pgsql: Add bbstreamer_gzip.c to Mkvcbuild.pm.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add bbstreamer_gzip.c to Mkvcbuild.pm.
Date: 2022-01-28 21:16:40
Message-ID: E1nDYbo-0004q1-Tt@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add bbstreamer_gzip.c to Mkvcbuild.pm.

Also add a note to src/bin/pg_basebackup/Makefile to try to reduce
the chances of future mistakes of this type.

Per bowerbird.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0d72d6b341f0d11674c7efb269f2d824c983c35d

Modified Files
--------------
src/bin/pg_basebackup/Makefile | 3 +++
src/tools/msvc/Mkvcbuild.pm | 1 +
2 files changed, 4 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2022-01-29 01:23:37 pgsql: Fix incorrect memory context switch in COPY TO execution
Previous Message Alvaro Herrera 2022-01-28 20:11:12 pgsql: Tab-complete ALTER PUBLICATION ADD TABLE with list of tables