Re: A Windows x64 port of PostgreSQL

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Ken Camann" <kjcamann(at)gmail(dot)com>
Cc: "Bernd Helmle" <mailings(at)oopsware(dot)de>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: A Windows x64 port of PostgreSQL
Date: 2008-07-03 00:43:26
Message-ID: 19180.1215045806@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Ken Camann" <kjcamann(at)gmail(dot)com> writes:
> Oh I see. Between this and looking again at the warning list, I see
> that it will probably take a lot more work than I thought. There are
> about 450 occurrences of the assumption that sizeof(size_t) ==
> sizeof(int).

[ blink... ] There are *zero* occurrences of the assumption that
sizeof(size_t) == sizeof(int), unless maybe in some of that grotty
#ifdef WIN32 code. Postgres has run on 64-bit platforms for many
years now.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2008-07-03 00:51:59 Re: Location for pgstat.stat
Previous Message Tom Lane 2008-07-03 00:21:13 Re: PATCH: CITEXT 2.0