Re: [PATCH] Windows x64 [repost]
Tsutomu Yamada <tsutomu@sraoss.co.jp>
From: Tsutomu Yamada <tsutomu@sraoss.co.jp>
To: Magnus Hagander <magnus@hagander.net>
Cc: Tsutomu Yamada <tsutomu@sraoss.co.jp>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2010-01-05T11:58:51Z
Lists: pgsql-hackers
Magnus Hagander <magnus@hagander.net> wrote: > 2009/12/4 Tsutomu Yamada <tsutomu@sraoss.co.jp>: > > Thanks to suggestion. > > I send pathces again by another mailer for the archive. > > > > Sorry to waste resources, below is same content that I send before. > > I have a couple of comments about the first patch (I'll get to the > others later): > > config.win32.h has: > + #ifdef _MSC_VER > + /* #undef HAVE_STDINT_H */ > + #else > #define HAVE_STDINT_H 1 > + #endif > > Is that really necessary? config.h.win32 is only used on MSVC builds, no? I also think it is unnecessary. But pg_config.h.win32 was referred from "src/bcc32.mak". Is Borland C++ still supported? It is an unnecessary code if not becoming a problem to Borland. -- Tsutomu Yamada SRA OSS, Inc. Japan