Opteron build process question

Started by Ericson Smithabout 22 years ago4 messagesgeneral
Jump to latest
#1Ericson Smith
eric@did-it.com

Hi,

Is there anything that I have to do to enable the Postgresql Opteron
optimizations when compiling? Or will it detect the platform and enable
them by default?
We're using RedHat Enterprise Linux for x86_64.

-- 
Warmest regards, 
Ericson Smith
Tracking Specialist/DBA
+-----------------------+---------------------------------+
| http://www.did-it.com | "When you have to shoot, shoot, |
| eric@did-it.com       | don't talk!             - Tuco  |
| 516-255-0500          |                                 |
+-----------------------+---------------------------------+ 
#2Bruce Momjian
bruce@momjian.us
In reply to: Ericson Smith (#1)
Re: Opteron build process question

Ericson Smith wrote:

Hi,

Is there anything that I have to do to enable the Postgresql Opteron
optimizations when compiling? Or will it detect the platform and enable
them by default?
We're using RedHat Enterprise Linux for x86_64.

With 7.4.X, it will build with no modifications.

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073
#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Ericson Smith (#1)
Re: Opteron build process question

Ericson Smith <eric@did-it.com> writes:

Is there anything that I have to do to enable the Postgresql Opteron
optimizations when compiling?

No, because there aren't any.

regards, tom lane

#4Ericson Smith
eric@did-it.com
In reply to: Tom Lane (#3)
Re: Opteron build process question

Tom Lane wrote:

Ericson Smith <eric@did-it.com> writes:

Is there anything that I have to do to enable the Postgresql Opteron
optimizations when compiling?

No, because there aren't any.

Hmmm... it says here:

http://www.postgresql.org/presskit/en/presskit74.php
"PostgreSQL is now optimized on the AMD Opteron, thanks to the work of
the University of Massachusetts at Amherst, ..."

- Ericson