Re: BUG #15218: compilation of a function is correct while its execution is in error

From: Sergei Kornilov <sk(at)zsrv(dot)org>
To: "didier(dot)ros(at)edf(dot)fr" <didier(dot)ros(at)edf(dot)fr>, "pgsql-bugs(at)lists(dot)postgresql(dot)org" <pgsql-bugs(at)lists(dot)postgresql(dot)org>
Subject: Re: BUG #15218: compilation of a function is correct while its execution is in error
Date: 2018-05-30 11:05:38
Message-ID: 368181527678338@web21j.yandex.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hello
I suggest use plpgsql_check extension: https://github.com/okbob/plpgsql_check/ It can found some possible errors in plpgsql code.
Postgresql itself does not check function body correctnes on create.

regards, Sergei

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message PG Bug reporting form 2018-05-30 12:49:45 BUG #15219: Increase Max Open Files issue
Previous Message Heikki Linnakangas 2018-05-30 10:52:26 Re: BUG #15218: compilation of a function is correct while its execution is in error