Re: Pl/pgsql functions causing crashes in 8.2.2

From: "Marko Kreen" <markokr(at)gmail(dot)com>
To: "Jonathan Gray" <jon5pg(at)streamy(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org, dmitry(at)taurussoft(dot)org
Subject: Re: Pl/pgsql functions causing crashes in 8.2.2
Date: 2007-02-06 11:17:08
Message-ID: e51f66da0702060317o4254f6coe336ced58ac79f44@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2/6/07, Marko Kreen <markokr(at)gmail(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paesold 2007-02-06 11:34:50 Type casting bug in 8.1.[67]?
Previous Message Heikki Linnakangas 2007-02-06 10:45:13 Re: Bitmap index thoughts