Re: Quick tip on building pg with Visual Studio Build Tools 2019 + small patches

2021-07-14 Thread Andrew Dunstan
On 7/13/21 2:10 AM, Craig Ringer wrote: > > > If you don't have the toolchain installed, you can install Chocolatey > (there's a one-liner on their website) then: > >     choco install -y visualstudio2019buildtools > >     choco install -y visualstudio2019-vc++ --packageparameters "--add > Micros

Quick tip on building pg with Visual Studio Build Tools 2019 + small patches

2021-07-12 Thread Craig Ringer
Hi all If you're trying to build postgres with Visual Studio Build Tools 16 2019 using the optional v140 toolset that installs the Visual Studio 14 2019 C/C++ toolchain to get binaries that're fully compatible with the EDB postgres builds, you may run into some confusing issues. Use this incantat