Re: Pl/pgsql functions causing crashes in 8.2.2 - Mailing list pgsql-hackers

From Marko Kreen
Subject Re: Pl/pgsql functions causing crashes in 8.2.2
Date
Msg-id e51f66da0702060317o4254f6coe336ced58ac79f44@mail.gmail.com
Whole thread Raw
In response to Re: Pl/pgsql functions causing crashes in 8.2.2  ("Marko Kreen" <markokr@gmail.com>)
Responses Re: Pl/pgsql functions causing crashes in 8.2.2  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On 2/6/07, Marko Kreen <markokr@gmail.com> wrote:
> STRICT IMMUTABLE fixed the crash for me so seems it was bug
> in the module.  Although it did not happen in 8.2.1 so seems
> some change in 8.2.2 made it trigger.

Trigger was following patch:

http://archives.postgresql.org/pgsql-committers/2007-02/msg00016.php

as function test.break_guid() assigns NULLs to gplus_ret.

-- 
marko


pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: Bitmap index thoughts
Next
From: Michael Paesold
Date:
Subject: Type casting bug in 8.1.[67]?