mirror of
https://github.com/postgres/postgres.git
synced 2025-07-11 10:01:57 +03:00
Initialize variable to quiet compiler.
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user