Re: BUG #15218: compilation of a function is correct while its execution is in error - Mailing list pgsql-bugs

From Sergei Kornilov
Subject Re: BUG #15218: compilation of a function is correct while its execution is in error
Date
Msg-id 368181527678338@web21j.yandex.ru
Whole thread Raw
In response to BUG #15218: compilation of a function is correct while its executionis in error  (PG Bug reporting form <noreply@postgresql.org>)
List pgsql-bugs
Hello
I suggest use plpgsql_check extension: https://github.com/okbob/plpgsql_check/ It can found some possible errors in
plpgsqlcode.
 
Postgresql itself does not check function body correctnes on create.

regards, Sergei


pgsql-bugs by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: BUG #15218: compilation of a function is correct while itsexecution is in error
Next
From: PG Bug reporting form
Date:
Subject: BUG #15219: Increase Max Open Files issue