Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 964b46d

Browse files
committed
Initialize variable to quiet compiler.
1 parent 02e1456 commit 964b46d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pl/plperl/plperl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1990,7 +1990,7 @@ plperl_func_handler(PG_FUNCTION_ARGS)
19901990
{
19911991
plperl_proc_desc *prodesc;
19921992
SV *perlret;
1993-
Datum retval;
1993+
Datum retval = 0;
19941994
ReturnSetInfo *rsi;
19951995
ErrorContextCallback pl_error_context;
19961996
bool has_retval = false;

0 commit comments

Comments
 (0)