Re: Windows 64-bit work in progress patch

Lists: pgsql-hackers
From: "Ken Camann" <kjcamann(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Windows 64-bit work in progress patch
Date: 2008-07-07 18:13:55
Message-ID: 63c05a820807071113y2e3bed42i14f12f51a0f48826@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

I have developed the first part on my patch to get postgres running
natively on 64-bit Windows. It makes no changes to the postgres code
besides adding some win64 specific header files to the port directory.
The rest of it is modifications to the Perl scripts in src/tools/msvc
to get everything to compile on the Visual Studio 2005 and 2008 x64
cross-compilers.

As a first time contributor (to any project), I am not sure what to do
with these files. I have made the patch file with the diff_orig tool
and a README file...what do I do with them? Since this is a work in
progress patch, I am not submitting it for inclusion yet. I'd like to
submit it first so that people can look over it.

-Ken


From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Ken Camann <kjcamann(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Windows 64-bit work in progress patch
Date: 2008-07-08 02:08:27
Message-ID: 200807080208.m6828RM28856@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Ken Camann wrote:
> I have developed the first part on my patch to get postgres running
> natively on 64-bit Windows. It makes no changes to the postgres code
> besides adding some win64 specific header files to the port directory.
> The rest of it is modifications to the Perl scripts in src/tools/msvc
> to get everything to compile on the Visual Studio 2005 and 2008 x64
> cross-compilers.
>
> As a first time contributor (to any project), I am not sure what to do
> with these files. I have made the patch file with the diff_orig tool
> and a README file...what do I do with them? Since this is a work in
> progress patch, I am not submitting it for inclusion yet. I'd like to
> submit it first so that people can look over it.

Just attach the patch to the email or post a URL with the patch to
hackers.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +


From: "Ken Camann" <kjcamann(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Windows 64-bit work in progress patch
Date: 2008-07-08 23:19:36
Message-ID: 63c05a820807081619u40b2b958qa8e6fb948980bf29@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Here is the work in progress patch described in this thread.

Attachment Content-Type Size
winx64-wip-1.patch application/octet-stream 56.6 KB
winx64-wip-1.README application/octet-stream 4.5 KB