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

From Noah Misch
Subject pgsql: Instruct Coverity using an assertion.
Date
Msg-id E1a5F3r-0003HE-Ab@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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/d4b686af0b8ff2d2557b4fec7e5938abb9249167

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


pgsql-committers by date:

Previous
From: Noah Misch
Date:
Subject: pgsql: Instruct Coverity using an assertion.
Next
From: Tom Lane
Date:
Subject: pgsql: Create TestLib.pm's tempdir underneath tmp_check/, not out in th