Re: signal 11 - Mailing list pgsql-bugs

From Tom Lane
Subject Re: signal 11
Date
Msg-id 8333.1075136310@sss.pgh.pa.us
Whole thread Raw
In response to signal 11  ("Tanya Mamedalin" <tmamedalin@registrypro.pro>)
Responses Re: signal 11
List pgsql-bugs
"Tanya Mamedalin" <tmamedalin@registrypro.pro> writes:
> Possible ways to reproduce the error:  Run a multipart query similar to:

> SELECT DISTINCT o.outage_id, o.machine, o.service, o.level, o.comments,
> o2.time, e.num
>        FROM outages o, outages o2, escalation e
>        WHERE o.outage_id='31009'
>        AND e.pathname = (SELECT pathname from escalation_link el
>                          WHERE el.machine=o.machine AND el.service=o.service)
>        AND e.level=o.level
>      AND o2.outage_id=o.outage_id
>        AND o2.status in ('ALERT','WARN','CRIT','DOWN','UNKNOWN')
>      ORDER BY LEVEL DESC LIMIT 1;

This is difficult to do when you have not offered the definitions of the
tables used by the query ...

            regards, tom lane

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: connection handling in 7.4.1
Next
From: Tom Lane
Date:
Subject: Re: 7.4.xx regression