Re: BUG #4635: postgres.exe crash when RAISE NOTICE during debugging of PL/pgSQL function in PgAdminIII - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #4635: postgres.exe crash when RAISE NOTICE during debugging of PL/pgSQL function in PgAdminIII
Date
Msg-id 1559.1233607584@sss.pgh.pa.us
Whole thread Raw
In response to BUG #4635: postgres.exe crash when RAISE NOTICE during debugging of PL/pgSQL function in PgAdminIII  ("Robert Walker" <r.walker@mtcworldwide.com>)
Responses Re: BUG #4635: postgres.exe crash when RAISE NOTICE during debugging of PL/pgSQL function in PgAdminIII  (Dave Page <dpage@pgadmin.org>)
Re: BUG #4635: postgres.exe crash when RAISE NOTICE during debugging of PL/pgSQL function in PgAdminIII  (Dave Page <dpage@pgadmin.org>)
List pgsql-bugs
"Robert Walker" <r.walker@mtcworldwide.com> writes:
> I have a function that basically loops through a query and uses the results
> from that query to do an individual insert into another table, and if there
> is a unique violation, it simply raises a notice and continues on. When
> trying to debug the function within PgAdminIII 1.8.4, when stepping through
> to the point of the RAISE NOTICE statement, it displays the following and
> then Windows informs me that postgres.exe has crashed:

I suppose this is a bug in the plpgsql debugger; which you'll need to
report to EDB.  The core postgres project does not maintain that code.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: BUG #4629: PL/pgSQL issue
Next
From: "Shane Caraveo"
Date:
Subject: BUG #4636: dump/restore of table inheritance fails with serial colums