Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit964b46d

Browse files
committed
Initialize variable to quiet compiler.
1 parent02e1456 commit964b46d

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-
Datumretval;
1993+
Datumretval=0;
19941994
ReturnSetInfo*rsi;
19951995
ErrorContextCallbackpl_error_context;
19961996
boolhas_retval= false;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp