pgsql: Un-break pg_basebackup's MSVC build.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Un-break pg_basebackup's MSVC build.
Date: 2021-11-06 16:13:00
Message-ID: E1mjOJQ-0000Gk-9o@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Un-break pg_basebackup's MSVC build.

Commit 23a1c6578 thought it'd be cute to refactor
pg_basebackup/Makefile with a new variable BBOBJS,
but our MSVC build system knows nothing of that.
Per buildfarm.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d8bf0a1c1d3429cafb3019f2773e2f3aa68f3b65

Modified Files
--------------
src/tools/msvc/Mkvcbuild.pm | 4 ++++
1 file changed, 4 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2021-11-06 16:13:40 pgsql: Reset lastOverflowedXid on standby when needed
Previous Message Tomas Vondra 2021-11-06 16:10:27 Re: pgsql: Introduce 'bbstreamer' abstraction to modularize pg_basebackup.