[COMMITTERS] pgsql: Instruct Coverity using an assertion.

2015-12-05 Thread Noah Misch
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/d4b686

[COMMITTERS] pgsql: Instruct Coverity using an assertion.

2015-12-05 Thread Noah Misch
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

[COMMITTERS] pgsql: Create TestLib.pm's tempdir underneath tmp_check/, not out in th

2015-12-05 Thread Tom Lane
Create TestLib.pm's tempdir underneath tmp_check/, not out in the open. This way, existing .gitignore entries and makefile clean actions will automatically apply to the tempdir, should it survive a TAP test run (which can happen if the user control-C's out of the run, for example). Michael Paquie

[COMMITTERS] pgsql: Create TestLib.pm's tempdir underneath tmp_check/, not out in th

2015-12-05 Thread Tom Lane
Create TestLib.pm's tempdir underneath tmp_check/, not out in the open. This way, existing .gitignore entries and makefile clean actions will automatically apply to the tempdir, should it survive a TAP test run (which can happen if the user control-C's out of the run, for example). Michael Paquie

[COMMITTERS] pgsql: Create TestLib.pm's tempdir underneath tmp_check/, not out in th

2015-12-05 Thread Tom Lane
Create TestLib.pm's tempdir underneath tmp_check/, not out in the open. This way, existing .gitignore entries and makefile clean actions will automatically apply to the tempdir, should it survive a TAP test run (which can happen if the user control-C's out of the run, for example). Michael Paquie