Re: 64-bit pgsql

From: Rod Taylor <rbt(at)rbt(dot)ca>
To: Daniel <danielp(at)cepedi(dot)org(dot)br>
Cc: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: 64-bit pgsql
Date: 2003-09-05 14:39:45
Message-ID: 1062772784.66151.35.camel@jester
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2003-09-05 15:15:45 Re: Prelimiary DBT-2 Test results
Previous Message Greg Stark 2003-09-05 14:29:37 Re: Seqscan in MAX(index_column)