[COMMITTERS] pgsql: Remove support for bcc and msvc standalone libpq builds - Mailing list pgsql-committers

From Magnus Hagander
Subject [COMMITTERS] pgsql: Remove support for bcc and msvc standalone libpq builds
Date
Msg-id E1cxvxa-0002bq-A9@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6da56f3f84d430671d5edd8f9336bd744c089e31

Modified Files
--------------
doc/src/sgml/install-windows.sgml       | 117 ----------
src/Makefile.shlib                      |  16 +-
src/bcc32.mak                           |  47 ----
src/bin/psql/command.c                  |   4 -
src/include/getaddrinfo.h               |   2 -
src/include/port.h                      |   2 +-
src/include/port/atomics/generic-msvc.h |   1 -
src/include/port/win32.h                |  31 +--
src/interfaces/libpq/bcc32.mak          | 312 ---------------------------
src/interfaces/libpq/win32.h            |   8 +-
src/interfaces/libpq/win32.mak          | 366 --------------------------------
src/win32.mak                           |  32 ---
12 files changed, 8 insertions(+), 930 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Fix possibile deadlock when dropping partitions.
Next
From: Bruce Momjian
Date:
Subject: [COMMITTERS] pgsql: docs: Improve window function docs