pgsql: PL/Perl: Fix compiler warning

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: PL/Perl: Fix compiler warning
Date: 2014-02-05 01:15:00
Message-ID: E1WAr4u-0006wl-CT@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Noah Misch 2014-02-05 04:43:28 Re: Viability of text HISTORY/INSTALL/regression README files (was Re: [COMMITTERS] pgsql: Document a few more regression test hazards.)
Previous Message Bruce Momjian 2014-02-04 22:57:11 Re: pgsql: arrays: tighten checks for multi-dimensional input