From: | heikki(at)postgresql(dot)org (Heikki Linnakangas) |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Set isnull for errm and sqlstate local variables when they're |
Date: | 2009-02-27 10:27:45 |
Message-ID: | 20090227102745.32AE67559ED@cvs.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Log Message:
-----------
Set isnull for errm and sqlstate local variables when they're free'd. Because
they are out of scope for any code after that anyway, leaving isnull true
should be harmless. However, PL/pgSQL Debugger doesn't seem to care about
the scoping and crashed, per report by Robert Walker (bug #4635). And it's
good to be tidy for debugging purposes too.
Fix in 8.3, 8.2 and 8.1 branches, CVS HEAD was fixed earlier already.
Analysis and fix by Ashesh Vashi and Dave Page.
Tags:
----
REL8_2_STABLE
Modified Files:
--------------
pgsql/src/pl/plpgsql/src:
pl_exec.c (r1.180.2.8 -> r1.180.2.9)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpgsql/src/pl_exec.c?r1=1.180.2.8&r2=1.180.2.9)
From | Date | Subject | |
---|---|---|---|
Next Message | Heikki Linnakangas | 2009-02-27 10:27:54 | pgsql: Set isnull for errm and sqlstate local variables when they're |
Previous Message | Heikki Linnakangas | 2009-02-27 10:27:33 | pgsql: Set isnull for errm and sqlstate local variables when they're |