Re: How to debug this crash? - Mailing list pgsql-general

From Tom Lane
Subject Re: How to debug this crash?
Date
Msg-id 20824.1172594081@sss.pgh.pa.us
Whole thread Raw
In response to How to debug this crash?  (Jorge Godoy <jgodoy@gmail.com>)
Responses Re: How to debug this crash?  (Jorge Godoy <jgodoy@gmail.com>)
Re: How to debug this crash?  (Jorge Godoy <jgodoy@gmail.com>)
List pgsql-general
Jorge Godoy <jgodoy@gmail.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

pgsql-general by date:

Previous
From: Robert Fitzpatrick
Date:
Subject: Building a record in a function
Next
From: "David Gagnon"
Date:
Subject: Re: select ARRAY[1,4,3] @> ARRAY[3,1] gives ERROR: operator does not exist: integer[] @> integer[] ???