mirror of
https://github.com/postgres/postgres.git
synced 2026-06-09 00:53:52 -04:00
d4b686af0b
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