Re: [PATCH] Windows x64

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: [PATCH] Windows x64
Дата
Msg-id 603c8f070912010709h19525453nefe9daa18a1e2545@mail.gmail.com
обсуждение исходный текст
Ответ на [PATCH] Windows x64  (Tsutomu Yamada <tsutomu@sraoss.co.jp>)
Список pgsql-hackers
On Tue, Dec 1, 2009 at 6:25 AM, Tsutomu Yamada <tsutomu@sraoss.co.jp> wrote:
> Hello.
>
> The following patches support Windows x64.
>
> 1) use intptr_t for Datum and pointer macros. (to support Windows LLP64)
>   almost the same as that post before.
>   http://archives.postgresql.org/pgsql-hackers/2009-06/threads.php#01364
>
> 2) use appropriate macro and datatypes for Windows API.
>   enables more than 32bits shared memory.
>
> 3) Build scripts for MSVC, this came from
>   http://archives.postgresql.org/pgsql-hackers/2008-07/msg00440.php
>   add new parameters to config.pl.
>   You need define "platform" to "x64" for 64bit programs.

You should add your patch to the currently open commitfest here:

https://commitfest.postgresql.org/action/commitfest_view/open

And perhaps also review the patch submission guidelines here:

http://wiki.postgresql.org/wiki/Submitting_a_Patch

Thanks,

...Robert


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: CommitFest status/management
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Deleted WAL files held open by backends in Linux