Re: How to tell if 64 bit vs 32 bit engine?

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-general(at)postgresql(dot)org
Cc: Zoltan Boszormenyi <zb(at)cybertec(dot)at>, Keaton Adams <kadams(at)mxlogic(dot)com>
Subject: Re: How to tell if 64 bit vs 32 bit engine?
Date: 2008-04-20 17:35:38
Message-ID: 200804201935.40269.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Zoltan Boszormenyi wrote:
> select version();
>
> It will tell you the compiler version and arch as well. You can deduce
> from there.

That approach is not reliable. I often build and run a 32-bit build of
PostgreSQL on a machine that claims to be something like
x86_64-unknown-linux-gnu.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Craig Ringer 2008-04-20 17:42:18 Re: Changed Hosts, Lots of Errors in PostgreSQL - Help Please!
Previous Message Scott Marlowe 2008-04-20 17:32:58 Re: In the belly of the beast (MySQLCon)