PL/Perl: Fix compiler warning

Peter Eisentraut <peter_e@gmx.net>

Commit: 4e182361804f8688cef953c998e24134e606aea4
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2014-02-05T01:08:39Z
Releases: 9.4.0
PL/Perl: Fix compiler warning

The code was assigning a (Datum) 0 to a void pointer.  That creates a
warning from clang 3.4.  It was probably a thinko to begin with.

Files

PathChange+/−
src/pl/plperl/plperl.c modified +1 −1