Re: A Windows x64 port of PostgreSQL - Mailing list pgsql-hackers

From Tom Lane
Subject Re: A Windows x64 port of PostgreSQL
Date
Msg-id 19180.1215045806@sss.pgh.pa.us
Whole thread Raw
In response to Re: A Windows x64 port of PostgreSQL  ("Ken Camann" <kjcamann@gmail.com>)
Responses Re: A Windows x64 port of PostgreSQL  ("Ken Camann" <kjcamann@gmail.com>)
List pgsql-hackers
"Ken Camann" <kjcamann@gmail.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


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: PATCH: CITEXT 2.0
Next
From: Tom Lane
Date:
Subject: Re: Location for pgstat.stat