mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-30 19:00:29 +08:00
Initialize variable to quiet compiler.
This commit is contained in:
parent
02e14562a8
commit
964b46d00e
@ -1990,7 +1990,7 @@ plperl_func_handler(PG_FUNCTION_ARGS)
|
||||
{
|
||||
plperl_proc_desc *prodesc;
|
||||
SV *perlret;
|
||||
Datum retval;
|
||||
Datum retval = 0;
|
||||
ReturnSetInfo *rsi;
|
||||
ErrorContextCallback pl_error_context;
|
||||
bool has_retval = false;
|
||||
|
Loading…
Reference in New Issue
Block a user