From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | "Jeroen Ruigrok/asmodai" <asmodai(at)wxs(dot)nl>, Rod Taylor <rbt(at)rbt(dot)ca>, PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: 64-bit pgsql |
Date: | 2003-09-05 21:00:17 |
Message-ID: | 200309052100.h85L0HY18205@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Tom Lane wrote:
> Jeroen Ruigrok/asmodai <asmodai(at)wxs(dot)nl> writes:
> > So I guess the problem lies in the Itanium port. Or could I miss
> > something subtle here?
>
> This strengthens my suspicion that we're not finding TAS code for
> the Itanium, but please see if you can strace or ktrace the postmaster
> to verify how many semget()s it tries to do. With max_connections=10
> it should really do only one.
>
> Alternatively, find out what symbols your compiler predeclares.
> If my theory is right then your pg_config_os.h file is failing to
> define HAS_TEST_AND_SET; why?
include/storage/s_lock.h has:
#if defined(__i386__) || defined(__x86_64__) /* AMD Opteron */
and
#if defined(__ia64__) || defined(__ia64)
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2003-09-05 21:06:15 | Re: FK type mismatches? |
Previous Message | Tom Lane | 2003-09-05 20:58:59 | Re: [PATCHES] Warning for missing createlang |