Remove MSVC scripts

Michael Paquier <michael@paquier.xyz>

Commit: 1301c80b2167feb658a738fa4ceb1c23d0991e23
Author: Michael Paquier <michael@paquier.xyz>
Date: 2023-12-20T00:44:37Z
Releases: 17.0
Remove MSVC scripts

This commit removes all the scripts located in src/tools/msvc/ to build
PostgreSQL with Visual Studio on Windows, meson becoming the recommended
way to achieve that.  The scripts held some information that is still
relevant with meson, information kept and moved to better locations.
Comments that referred directly to the scripts are removed.

All the documentation still relevant that was in install-windows.sgml
has been moved to installation.sgml under a new subsection for Visual.
All the content specific to the scripts is removed.  Some adjustments
for the documentation are planned in a follow-up set of changes.

Author: Michael Paquier
Reviewed-by: Peter Eisentraut, Andres Freund
Discussion: https://postgr.es/m/ZQzp_VMJcerM1Cs_@paquier.xyz

Files

PathChange+/−
config/perl.m4 modified +11 −4
doc/src/sgml/filelist.sgml modified +0 −1
doc/src/sgml/installation.sgml modified +294 −20
doc/src/sgml/install-windows.sgml deleted +0 −588
doc/src/sgml/postgres.sgml modified +0 −1
doc/src/sgml/standalone-profile.xsl modified +0 −4
meson.build modified +0 −1
src/backend/meson.build modified +1 −1
src/bin/pg_basebackup/Makefile modified +0 −3
src/bin/pgevent/meson.build modified +2 −1
src/common/Makefile modified +4 −7
src/common/meson.build modified +4 −5
src/interfaces/libpq/Makefile modified +0 −3
src/port/Makefile modified +0 −2
src/port/pgstrsignal.c modified +0 −3
src/tools/msvc/build.bat deleted +0 −6
src/tools/msvc/build.pl deleted +0 −92
src/tools/msvc/clean.bat deleted +0 −160
src/tools/msvc/config_default.pl deleted +0 −32
src/tools/msvc/dummylib/README deleted +0 −13
src/tools/msvc/dummylib/Win32API/File.pm deleted +0 −17
src/tools/msvc/dummylib/Win32.pm deleted +0 −7
src/tools/msvc/dummylib/Win32/Registry.pm deleted +0 −16
src/tools/msvc/ecpg_regression.proj deleted +0 −64
src/tools/msvc_gendef.pl (from src/tools/msvc/gendef.pl) renamed +2 −2
src/tools/msvc/.gitignore deleted +0 −3
src/tools/msvc/install.bat deleted +0 −6
src/tools/msvc/install.pl deleted +0 −39
src/tools/msvc/Install.pm deleted +0 −748
src/tools/msvc/mkvcbuild.pl deleted +0 −31
src/tools/msvc/Mkvcbuild.pm deleted +0 −1220
src/tools/msvc/MSBuildProject.pm deleted +0 −508
src/tools/msvc/pgbison.bat deleted +0 −7
src/tools/msvc/pgbison.pl deleted +0 −55
src/tools/msvc/pgflex.bat deleted +0 −7
src/tools/msvc/pgflex.pl deleted +0 −108
src/tools/msvc/Project.pm deleted +0 −482
src/tools/msvc/README deleted +0 −99
src/tools/msvc/Solution.pm deleted +0 −1356
src/tools/msvc/vcregress.bat deleted +0 −6
src/tools/msvc/vcregress.pl deleted +0 −664
src/tools/msvc/VSObjectFactory.pm deleted +0 −174
src/tools/perlcheck/pgperlsyncheck modified +1 −1

Documentation touched

Discussion