postgresql/src
Magnus Hagander 9c14dd22e1 Define WIN32 when _WIN32 is set
_WIN32 is set by the compiler, whereas our code uses WIN32 that is
normally set through our build system. To make it possible to build
extensions out of tree we cannot rely on that, so set the WIN32
symbol explicitly whenever the compiler has set _WIN32.

Not setting this symbol causes double inclusion of pg_config_os.h,
and possibly other errors as well.

Craig Ringer
2014-01-17 12:41:32 +01:00
..
backend Fix Hot Standby feedback sending when streaming busily. 2014-01-16 23:15:41 +02:00
bin Add display of oprcode (the underlying function's name) to psql's \do+. 2014-01-16 15:29:33 -05:00
common Move username lookup functions from /port to /common 2014-01-10 18:03:28 -05:00
include Define WIN32 when _WIN32 is set 2014-01-17 12:41:32 +01:00
interfaces Split ecpg_execute() in constituent parts 2014-01-16 18:06:50 -03:00
makefiles Remove leftovers of IRIX port 2013-11-12 06:39:36 -05:00
pl docs: update PL/pgSQL docs about the use of := and = 2014-01-16 16:40:58 -05:00
port Move username lookup functions from /port to /common 2014-01-10 18:03:28 -05:00
template Remove leftovers of IRIX port 2013-11-12 06:39:36 -05:00
test Disallow LATERAL references to the target table of an UPDATE/DELETE. 2014-01-11 19:03:12 -05:00
timezone Update copyright for 2014 2014-01-07 16:05:30 -05:00
tools Move username lookup functions from /port to /common 2014-01-10 18:03:28 -05:00
tutorial Update copyright for 2014 2014-01-07 16:05:30 -05:00
.gitignore
bcc32.mak Autoconfiscate selection of 64-bit int type for 64-bit large object API. 2012-10-07 21:52:43 -04:00
DEVELOPERS
Makefile Create libpgcommon, and move pg_malloc et al to it 2013-02-12 11:21:05 -03:00
Makefile.global.in build: pass EXTRA_REGRESS_OPTS to secondary regression tests 2013-12-04 10:14:45 -05:00
Makefile.shlib Remove IRIX port. 2013-10-18 08:14:21 -04:00
nls-global.mk Remove maintainer-check target, fold into normal build 2013-10-10 20:11:56 -04:00
win32.mak Autoconfiscate selection of 64-bit int type for 64-bit large object API. 2012-10-07 21:52:43 -04:00