postgresql/src/include/port/atomics
Magnus Hagander a4777f3556 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++.
2017-04-11 15:22:21 +02:00
..
arch-arm.h Enable 64 bit atomics on ARM64. 2017-03-10 11:19:54 -08:00
arch-hppa.h Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
arch-ia64.h Improve 64bit atomics support. 2017-04-07 14:48:11 -07:00
arch-ppc.h Improve 64bit atomics support. 2017-04-07 14:48:11 -07:00
arch-x86.h Remove symbol WIN32_ONLY_COMPILER 2017-04-11 15:22:21 +02:00
fallback.h Improve 64bit atomics support. 2017-04-07 14:48:11 -07:00
generic-acc.h Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
generic-gcc.h Prefer int-wide pg_atomic_flag over char-wide when using gcc intrinsics. 2017-01-04 13:36:55 -05:00
generic-msvc.h Remove support for bcc and msvc standalone libpq builds 2017-04-11 15:22:21 +02:00
generic-sunpro.h Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
generic-xlc.h Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
generic.h Fix issues in e8fdbd58fe. 2017-04-07 17:09:03 -07:00