From: | Magnus Hagander <magnus(at)hagander(dot)net> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Remove symbol WIN32_ONLY_COMPILER |
Date: | 2017-04-11 13:35:54 |
Message-ID: | E1cxvxa-0002br-AH@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Remove symbol WIN32_ONLY_COMPILER
This used to mean "Visual C++ except in those parts where Borland C++
was supported where it meant one of those". Now that we don't support
Borland C++ anymore, simplify by using _MSC_VER which is the normal way
to detect Visual C++.
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/a4777f35565b80ae10605d6d417e5d173156f7da
Modified Files
--------------
src/backend/libpq/auth.c | 2 +-
src/backend/libpq/pqcomm.c | 2 +-
src/backend/port/win32/mingwcompat.c | 2 +-
src/common/exec.c | 2 +-
src/include/getaddrinfo.h | 2 +-
src/include/libpq/libpq-be.h | 4 ++--
src/include/port.h | 2 +-
src/include/port/atomics.h | 2 +-
src/include/port/atomics/arch-x86.h | 4 ++--
src/include/port/win32.h | 14 +++++---------
src/include/storage/s_lock.h | 2 +-
src/interfaces/ecpg/test/expected/thread-thread.c | 2 +-
src/interfaces/ecpg/test/expected/thread-thread_implicit.c | 2 +-
src/interfaces/ecpg/test/thread/thread.pgc | 2 +-
src/interfaces/ecpg/test/thread/thread_implicit.pgc | 2 +-
src/interfaces/libpq/fe-auth.c | 2 +-
src/interfaces/libpq/fe-connect.c | 2 +-
src/interfaces/libpq/libpq-int.h | 2 +-
src/tools/msvc/ecpg_regression.proj | 2 +-
19 files changed, 25 insertions(+), 29 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2017-04-11 14:47:50 | pgsql: docs: Improve window function docs |
Previous Message | Robert Haas | 2017-04-11 13:18:38 | pgsql: Fix possibile deadlock when dropping partitions. |