Re: [HACKERS] Tom Lane's fixes in v6.4.3 - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [HACKERS] Tom Lane's fixes in v6.4.3
Date
Msg-id 27973.920558583@sss.pgh.pa.us
Whole thread Raw
In response to Re: [HACKERS] Tom Lane's fixes in v6.4.3  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Responses Re: [HACKERS] Tom Lane's fixes in v6.4.3
List pgsql-hackers
Tatsuo Ishii <t-ishii@sra.co.jp> writes:
> One thing I noticed: when the backend runs out the
> semaphores, postmatser dies with following messages:

> IpcSemaphoreCreate: semget failed (No space left on device) key=5432017, num=16, permission=600
> NOTICE:  Message from PostgreSQL backend:
>     The Postmaster has informed me that some other backend died abnormally and possibly corrupted shared memory.
>     I have rolled back the current transaction and am going to terminate your database system connection and exit.
>     Please reconnect to the database system and repeat your query.

> Is this normal?

Yes, that's the behavior that we decided we'd better fix for 6.5.

I think retrofitting the various MaxBackends-related changes into 6.4.x
would be risky --- the changes are fairly widespread and have not gotten
all that much testing so far.
        regards, tom lane


pgsql-hackers by date:

Previous
From: The Hermit Hacker
Date:
Subject: v6.4.3beta3 ...
Next
From: "Thomas G. Lockhart"
Date:
Subject: Re: PostgreSQL 6.4.2 on AIX 4.3.2: typeidTypeRelid error