pgsql: Instruct Coverity using an assertion.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Instruct Coverity using an assertion.
Date: 2015-12-05 15:47:47
Message-ID: E1a5F3r-0003HF-Ag@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-12-05 18:25:11 pgsql: Create TestLib.pm's tempdir underneath tmp_check/, not out in th
Previous Message Tom Lane 2015-12-04 19:44:58 pgsql: Further improve documentation of the role-dropping process.