Re: Remove MSVC scripts from the tree
Peter Eisentraut <peter@eisentraut.org>
From: Peter Eisentraut <peter@eisentraut.org>
To: Andres Freund <andres@anarazel.de>, Michael Paquier <michael@paquier.xyz>
Cc: Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-11-20T07:00:09Z
Lists: pgsql-hackers
On 16.11.23 02:07, Andres Freund wrote: > It doesn't seem like your patch has it quite that way? I see > > <sect2 id="installation-notes-mingw"> > <title>MinGW</title> > ... > <sect2 id="installation-notes-windows"> > <title>Windows</title> > > Where "Windows" actually seems to solely describe visual studio? That seems > confusing. I had suggested this arrangement as a way to reduce churn in this patch set. We'd just move over the existing separate chapter into a new section, and then later consider further rearrangements. It's not always clear where all of these things should go, as there are so many dimensions. For example, the existing sentence "After you have everything installed, it is suggested that you run psql under CMD.EXE, as the MSYS console has buffering issues.", does that apply to MinGW, or really MSYS, or does it also apply if you build with Visual Something? Ultimately, I don't think MinGW needs to be its own section.
Commits
-
Make win32tzlist.pl checkable again
- 8ddf9c1dc020 17.0 landed
-
meson: Make gzip and tar optional
- 9ca6e7b9411e 17.0 landed
-
meson: Make sed optional
- 9aa374dcfb76 17.0 landed
-
Remove MSVC scripts
- 1301c80b2167 17.0 landed
-
Replace Gen_dummy_probes.sed with Gen_dummy_probes.pl
- 3849fe7c2ba7 17.0 landed