Re: Summary of some postgres portability issues

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Cc: "Ken Camann" <kjcamann(at)gmail(dot)com>
Subject: Re: Summary of some postgres portability issues
Date: 2008-07-09 08:20:32
Message-ID: 200807091020.34409.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Am Mittwoch, 9. Juli 2008 schrieb Ken Camann:
> In trying to port postgres to 64-bit Windows, I've encountered a
> number of issues which may (or may not) affect other compilers.

Given that PostgreSQL runs fine on other 64-bit architectures, unsubstantiated
claims about other compilers being affected are probably just going to
distract you from the work that needs to be done. I suggest you concentrate
on fixing the problem at hand, namely you take the actual compiler warnings
and errors and develop fixes for them. Perhaps a generalization will arise
here or there, but so far you are the only person who has actually seen the
problems, so all the rest of us are just idly guessing.

That said, if most of the problems can be fixed by replacing int by size_t,
please go for it. I think in most cases the use of int was just laziness
rather than careful planning.

Also, please consider setting up a buildfarm client for this port.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Dean Rasheed 2008-07-09 09:11:38 Re: Auto-explain patch
Previous Message Peter Eisentraut 2008-07-09 07:59:30 Re: Identifier case folding notes