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.
Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/4e182361804f8688cef953c998e24134e606aea4 Modified Files -------------- src/pl/plperl/plperl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
