Re: PROBABLE BUG

From: Jaime Casanova <jaime(at)2ndquadrant(dot)com>
To: matty <torellim3(at)gmail(dot)com>
Cc: security(at)postgresql(dot)org, pgsql-bugs <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: PROBABLE BUG
Date: 2013-07-29 19:17:38
Message-ID: CAJKUy5g9V7vRuWoE=5sEm_G+Khhe_Rm_8V4mMXX6sELUtU-92A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Mon, Jul 29, 2013 at 4:11 AM, matty <torellim3(at)gmail(dot)com> wrote:
> Hello,
> I have noticed that when I execute this query, the DB (postgresql) is
> crashed.
>

I executed this query without problem. This are the versions i have, i
will recommend you to upgrade those that differ from yours and retry
(specially geos, i remember we saw a problem with it recently).

anyway, this is obviously a bug that should be better reported in the
postgis mailing lists, not here. so, if after upgrading those
libraries you still have the problem report it to this list:
http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users or
http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-devel

select version();
version
--------------------------------------------------------------------------------------------------------------
PostgreSQL 9.2.4 on x86_64-unknown-linux-gnu, compiled by gcc (GCC)
4.4.7 20120313 (Red Hat 4.4.7-3), 64-bit
(1 row)

select postgis_lib_version();
postgis_lib_version
---------------------
2.0.3
(1 row)

select postgis_proj_version();
postgis_proj_version
--------------------------
Rel. 4.8.0, 6 March 2012
(1 row)

select postgis_geos_version();
postgis_geos_version
----------------------
3.3.8-CAPI-1.7.8
(1 row)

--
Jaime Casanova www.2ndQuadrant.com
Professional PostgreSQL: Soporte 24x7 y capacitación
Phone: +593 4 5107566 Cell: +593 987171157

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Petr Chmelar 2013-07-29 20:55:28 Re: BUG #8329: UPDATE x SET x.y = x.y + z does not work in PL/pgSQL
Previous Message Alban Hertroys 2013-07-29 17:52:31 Re: [GENERAL] Incorrect response code after XA recovery