pgsql: Instruct Coverity using an assertion. - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Instruct Coverity using an assertion.
Date
Msg-id E1a5F3r-0003HF-Ag@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Instruct Coverity using an assertion.

This should make Coverity deduce that plperl_call_perl_func() does not
dereference NULL argtypes.  Back-patch to 9.5, where the affected code
was introduced.

Michael Paquier

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/0d46bdde2b59e67446e10165e487935a54dfd225

Modified Files
--------------
src/pl/plperl/plperl.c |    2 ++
1 file changed, 2 insertions(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Further improve documentation of the role-dropping process.
Next
From: Noah Misch
Date:
Subject: pgsql: Instruct Coverity using an assertion.