Thread

  1. Opteron build process question

    Ericson Smith <eric@did-it.com> — 2004-03-18T15:42:20Z

    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          |                                 |
    +-----------------------+---------------------------------+ 
    
    
  2. Re: Opteron build process question

    Bruce Momjian <pgman@candle.pha.pa.us> — 2004-03-18T16:14:16Z

    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
    
    
  3. Re: Opteron build process question

    Tom Lane <tgl@sss.pgh.pa.us> — 2004-03-18T16:28:32Z

    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
    
    
  4. Re: Opteron build process question

    Ericson Smith <eric@did-it.com> — 2004-03-18T18:26:59Z

    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