Re: MacOS X 10.5.1 and compiling for multiple Architectures

From: Shane Ambler <pgsql(at)Sheeky(dot)Biz>
To: Chris Ruprecht <chris(at)ruprecht(dot)org>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: MacOS X 10.5.1 and compiling for multiple Architectures
Date: 2008-01-03 19:09:31
Message-ID: 477D32EB.8060707@Sheeky.Biz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Chris Ruprecht wrote:
> Hey Tom, Shane,

> I'm good to run with the x86_64 only binary since my Apache is built
> using that architecture.

That's not a real reason to run pg in 64 bit.

Although you would need php and libpq to be the same architecture as
apache (the running architect if multiple available) - the postgresql
server can be 32 bit. If apache is only 64 bit then you will need a 64
bit libpq.

Apache calls functions in the php module which then calls functions in
the libpq - they must all have matching architectures available to do
this which is why apple supplies fat binary libs with osx.

From there to postgresql is a network connection (or local socket) so
each program is just sending data to the other - they don't need to be
the same architecture any more than you need a 64 bit sparc browser to
connect to a 64 bit sparc web server.

--

Shane Ambler
pgSQL (at) Sheeky (dot) Biz

Get Sheeky @ http://Sheeky.Biz

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Alvaro Herrera 2008-01-03 22:54:23 Re: best practices for separating data and logs
Previous Message Chris Ruprecht 2008-01-03 16:52:42 Re: MacOS X 10.5.1 and compiling for multiple Architectures