Re: 64-bit pgsql - Mailing list pgsql-hackers

From Rod Taylor
Subject Re: 64-bit pgsql
Date
Msg-id 1062772784.66151.35.camel@jester
Whole thread Raw
In response to 64-bit pgsql  (Daniel <danielp@cepedi.org.br>)
Responses Re: 64-bit pgsql  (Jeroen Ruigrok/asmodai <asmodai@wxs.nl>)
List pgsql-hackers
> I'm doing a research about DBMSs that run on new PC 64-bit processors, like
> Intel Itanium and AMD Opteron. I'd like that you would help me in some
> questions. First, does pgsql support this architecture? According to
> Administrator's
> Guide(http://www.postgresql.org/docs/7.3/static/supported-platforms.html),
> there are versions, for example, for SPARC and Alpha, but it doesn't mention
> those I'm looking for. In case that the support exists,I'd like to know the

Opteron was not publicly accessible 7.3 release was made, thus 7.3 does
not support that platform.  7.4 seems to be functional on that processor
per reports so it will probably be a supported platform for this
release.

Download 7.4 beta 2 and run regression tests on those platforms. Report
back any issues or successes. 7.4 Release candidates will come with a
call for reports on platforms that pass the regression tests which are
used to make up the supported platform list.

> difference between the 32-bit  and the 64-bit versions, if there is some
> differences in semantics or something like that or it's just the
> implementation and the application features are "transparent" for the user.

Not to the SQL interface but some of the structures used are different
-- just as they may change when using different operating systems.


pgsql-hackers by date:

Previous
From: Greg Stark
Date:
Subject: Re: Seqscan in MAX(index_column)
Next
From: Bruce Momjian
Date:
Subject: Re: Prelimiary DBT-2 Test results