Re: requested shared memory size overflows size_t - Mailing list pgsql-hackers

From Craig Ringer
Subject Re: requested shared memory size overflows size_t
Date
Msg-id 53226C56.6000101@2ndquadrant.com
Whole thread Raw
In response to Re: requested shared memory size overflows size_t  (Yuri Levinsky <yuril@celltick.com>)
Responses Re: requested shared memory size overflows size_t  (Yuri Levinsky <yuril@celltick.com>)
List pgsql-hackers
On 03/04/2014 10:53 PM, Yuri Levinsky wrote:
> Please advise me: I just downloaded the source and compiled it. Sun Spark Solaris 9 is always 64 bit, I verified it
withsys admin. He may run 32 bit applications as well. Have I use some special option during compilation to verify that
compiledPostgreSQL is actually 64 bit app?
 

Many platforms include both 32-bit and 64-bit target toolchains. So you
might be on a 64-bit platform, but that doesn't mean you aren't
compiling a 32-bit executable.

Please run:

grep '^#define SIZEOF' config.log

and post the results.

-- Craig Ringer                   http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training & Services



pgsql-hackers by date:

Previous
From: Josh Berkus
Date:
Subject: Re: Replication slots and footguns
Next
From: Amit Kapila
Date:
Subject: Re: issue log message to suggest VACUUM FULL if a table is nearly empty