]> granicus.if.org Git - postgresql/commit
PL/Perl: Fix compiler warning
authorPeter Eisentraut <peter_e@gmx.net>
Wed, 5 Feb 2014 01:04:35 +0000 (20:04 -0500)
committerPeter Eisentraut <peter_e@gmx.net>
Wed, 5 Feb 2014 01:08:39 +0000 (20:08 -0500)
commit4e182361804f8688cef953c998e24134e606aea4
tree670c364972d1872b0c94b0711016086f300dd467
parent00d4f2af8bd6a1b9db2f676cc76b64d98ace99fb
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.
src/pl/plperl/plperl.c