Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d89026 commit c3fc2bfCopy full SHA for c3fc2bf
src/pl/plpgsql/src/pl_exec.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $PostgreSQL: pgsql/src/pl/plpgsql/src/pl_exec.c,v 1.215 2008/05/15 22:39:49 tgl Exp $
+ * $PostgreSQL: pgsql/src/pl/plpgsql/src/pl_exec.c,v 1.216 2008/05/16 18:34:51 tgl Exp $
12
13
*-------------------------------------------------------------------------
14
*/
@@ -4047,7 +4047,7 @@ exec_eval_expr(PLpgSQL_execstate *estate,
4047
bool *isNull,
4048
Oid *rettype)
4049
{
4050
- Datum result;
+ Datum result = 0;
4051
int rc;
4052
4053
/*
0 commit comments