Re: [PATCH] Windows x64

From: Tsutomu Yamada <tsutomu(at)sraoss(dot)co(dot)jp>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Tsutomu Yamada <tsutomu(at)sraoss(dot)co(dot)jp>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [PATCH] Windows x64
Date: 2009-12-02 09:39:01
Message-ID: 77014.1259746741@srapc2360.sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Robert Haas <robertmhaas(at)gmail(dot)com> wrote:
> On Tue, Dec 1, 2009 at 6:25 AM, Tsutomu Yamada <tsutomu(at)sraoss(dot)co(dot)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

Thanks, I add this patch to the open commitfest.

However, archive.postgresql.org has deleted the attachment.
(Why? Email sent to the individual, the attachment is included.)

Is it too large ?
Should I resend them separately or compressing ?
wrong mail format ?
Should I try another mail software ?

--
Tsutomu Yamada
SRA OSS, Inc. Japan

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Stefan Kaltenbrunner 2009-12-02 09:56:41 Re: [PATCH] Windows x64
Previous Message Pavel Stehule 2009-12-02 09:12:32 cannot compile CVS HEAD