Re: compiling postgres for 64 bit windows using mingw64

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: compiling postgres for 64 bit windows using mingw64
Дата
Msg-id 1008.1246553376@sss.pgh.pa.us
обсуждение исходный текст
Ответ на compiling postgres for 64 bit windows using mingw64  ("McWilliams, Steven" <Steven_McWilliams@bmc.com>)
Список pgsql-general
"McWilliams, Steven" <Steven_McWilliams@bmc.com> writes:
> I am wondering if anyone has successfully compiled postgres for 64 bit
> windows using mingw64?

We don't currently support 64-bit builds on Windows.  There are a pile
of issues there, most coming from Microsoft's nonstandard decision to
make sizeof(long) != sizeof(pointer).  In practice you probably wouldn't
get any noticeable performance improvement over a 32-bit build anyway,
seeing that large shared_buffers settings don't seem to be useful on
Windows.

            regards, tom lane

В списке pgsql-general по дате отправления:

Предыдущее
От: "McWilliams, Steven"
Дата:
Сообщение: compiling postgres for 64 bit windows using mingw64
Следующее
От: "James B. Byrne"
Дата:
Сообщение: PG_DUMP/RESTORE Would like an explanation of these (non-critical) errors