mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
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