Remove support for bcc and msvc standalone libpq builds

Magnus Hagander <magnus@hagander.net>

Commit: 6da56f3f84d430671d5edd8f9336bd744c089e31
Author: Magnus Hagander <magnus@hagander.net>
Date: 2017-04-11T13:22:21Z
Releases: 10.0
Remove support for bcc and msvc standalone libpq builds

This removes the support for building just libpq using Borland C++ or
Visual C++. This has not worked properly for years, and given the number
of complaints it's clearly not worth the maintenance burden.

Building libpq using the standard MSVC build system is of course still
supported, along with mingw.

Files

PathChange+/−
doc/src/sgml/install-windows.sgml modified +0 −117
src/bcc32.mak deleted +0 −47
src/bin/psql/command.c modified +0 −4
src/include/getaddrinfo.h modified +0 −2
src/include/port/atomics/generic-msvc.h modified +0 −1
src/include/port.h modified +1 −1
src/include/port/win32.h modified +2 −29
src/interfaces/libpq/bcc32.mak deleted +0 −312
src/interfaces/libpq/win32.h modified +1 −7
src/interfaces/libpq/win32.mak deleted +0 −366
src/Makefile.shlib modified +4 −12
src/win32.mak deleted +0 −32

Documentation touched