pgsql: MSVC builds must use a separate stamp file for copying generated

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: MSVC builds must use a separate stamp file for copying generated
Date: 2018-05-18 15:53:24
Message-ID: E1fJhh6-0003xf-1J@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

MSVC builds must use a separate stamp file for copying generated headers.

Commit bad51a49a tried to use a shortcut with just one stamp file
recording the actions of generating the pg_*_d.h headers and copying
them to the src/include/catalog/ directory. That doesn't work in all
scenarios though, so we must use two stamp files like the Makefiles do.

John Naylor

Discussion: https://postgr.es/m/CANFyU944GdHr=puPbA78STnqr=8kgMrGF-VDHck6aO_-qNDALg@mail.gmail.com

Branch
------
master

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

Modified Files
--------------
src/tools/msvc/Solution.pm | 8 ++++++++
src/tools/msvc/clean.bat | 1 +
2 files changed, 9 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2018-05-18 15:55:14 pgsql: Fix error message on short read of pg_control
Previous Message Andrew Dunstan 2018-05-18 14:48:05 pgsql: Prevent possibly spurious error when running perl -cw