Commit 964b46d0 authored by Bruce Momjian's avatar Bruce Momjian

Initialize variable to quiet compiler.

parent 02e14562
...@@ -1990,7 +1990,7 @@ plperl_func_handler(PG_FUNCTION_ARGS) ...@@ -1990,7 +1990,7 @@ plperl_func_handler(PG_FUNCTION_ARGS)
{ {
plperl_proc_desc *prodesc; plperl_proc_desc *prodesc;
SV *perlret; SV *perlret;
Datum retval; Datum retval = 0;
ReturnSetInfo *rsi; ReturnSetInfo *rsi;
ErrorContextCallback pl_error_context; ErrorContextCallback pl_error_context;
bool has_retval = false; bool has_retval = false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment