Re: postgresql error - Mailing list pgsql-general

From Tom Lane
Subject Re: postgresql error
Date
Msg-id 201.1254147737@sss.pgh.pa.us
Whole thread Raw
In response to Re: postgresql error  (Vasiliy G Tolstov <v.tolstov@selfip.ru>)
Responses Re: postgresql error
List pgsql-general
Vasiliy G Tolstov <v.tolstov@selfip.ru> writes:
>> some time (meybe every four day) postgresql get error to all clients
>> what try to connect , a can attach strace to it:

>> 1. What error?

> postgres@calipso ~ $ psql
> psql: FATAL: semctl(1048608, 15, SETVAL, 0) failed: Invalid argument

My bet is that something has ipcrm'd the SysV semaphores that Postgres
uses.

            regards, tom lane

pgsql-general by date:

Previous
From: 纪晓曦
Date:
Subject: Re: How to write a constraint which need to check other table?
Next
From: Tom Lane
Date:
Subject: Re: Wrong rows count estimation (explain, gist, tsearch)