Re: PgAdmin crash (1.10.0 beta4) + possible fix
От | Ashesh Vashi |
---|---|
Тема | Re: PgAdmin crash (1.10.0 beta4) + possible fix |
Дата | |
Msg-id | 4A1B81E8.5010105@enterprisedb.com обсуждение исходный текст |
Ответ на | PgAdmin crash (1.10.0 beta4) + possible fix (Gevik Babakhani <pgdev@xs4all.nl>) |
Ответы |
Re: PgAdmin crash (1.10.0 beta4) + possible fix
|
Список | pgadmin-hackers |
Hi Gevik,
Thanks for reporting this.
Dave,
Please find the patch for the same.
Gevik Babakhani wrote:
Thanks for reporting this.
Dave,
Please find the patch for the same.
Gevik Babakhani wrote:
PgAdmin crashes when browsing functions that only have a single out parameters without a default value (BTW default values on out parameters are not supported anyways)
The problem is in pgFunction.cpp(324).
To replicate the crash:
---------------------------------------------------------------------------
CREATE OR REPLACE FUNCTION out_test_crash_3(OUT integer)
RETURNS integer AS
$BODY$
begin
$1 = 1000;
end;
$BODY$
LANGUAGE 'plpgsql'
--------------------------------------------------------------------------
Then:
Refresh the function node in the tree and click on the function name above.
Possibe fix:
Included.
--
Regards,
Gevik
--
В списке pgadmin-hackers по дате отправления: