Jeroen Ruigrok/asmodai <[EMAIL PROTECTED]> 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

---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
      joining column's datatypes do not match

Reply via email to