| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Jeroen Ruigrok/asmodai <asmodai(at)wxs(dot)nl> |
| Cc: | Rod Taylor <rbt(at)rbt(dot)ca>, PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: 64-bit pgsql |
| Date: | 2003-09-05 18:48:06 |
| Message-ID: | 7759.1062787686@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
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?
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jan Wieck | 2003-09-05 18:50:11 | Re: Stats Collector Error 7.4beta1 and 7.4beta2 |
| Previous Message | Tom Lane | 2003-09-05 18:32:47 | Re: Stats Collector Error 7.4beta1 and 7.4beta2 |