Re: How to repair Pg 9.1?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Dmitry E(dot) Oboukhov" <unera(at)debian(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: How to repair Pg 9.1?
Date: 2012-04-15 15:31:13
Message-ID: 8797.1334503873@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Dmitry E. Oboukhov" <unera(at)debian(dot)org> writes:
> Recently I started a hard query (ALTER TABLE) and then Postgresql was
> killed by OOM killer.
> ...
> 2012-04-15 16:46:02 MSK LOG: server process (PID 825) was terminated by signal 11: Segmentation fault

You sure it was an OOM kill? The OOM killer does its dirty work with
signal 9 (SIGKILL), not signal 11 (SIGSEGV).

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Dmitry E. Oboukhov 2012-04-15 16:21:25 Re: How to repair Pg 9.1?
Previous Message Dmitry E. Oboukhov 2012-04-15 14:16:03 Re: How to repair Pg 9.1?