Re: How to debug this crash?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jorge Godoy <jgodoy(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: How to debug this crash?
Date: 2007-02-27 16:34:41
Message-ID: 20824.1172594081@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Jorge Godoy <jgodoy(at)gmail(dot)com> writes:
> This is with:

> OpenSuSE 10.2
> postgresql-server-8.1.5-13
> postgresql-libs-8.1.5-13
> postgresql-docs-8.1.5-13
> postgresql-devel-8.1.5-13
> postgresql-8.1.5-13
> postgresql-pl-8.1.5-15

What python version? (Hint: pre-8.2 plpython is known not to work
with python 2.5)

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David Gagnon 2007-02-27 16:35:33 Re: select ARRAY[1, 4, 3] @> ARRAY[3, 1] gives ERROR: operator does not exist: integer[] @> integer[] ???
Previous Message Tom Lane 2007-02-27 16:15:53 Re: Unable to restore dump due to client encoding issues -- or, when is SQL_ASCII really UTF8