File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
* procedural language
4
4
*
5
5
* IDENTIFICATION
6
- * $PostgreSQL: pgsql/src/pl/plpgsql/src/pl_exec.c,v 1.149 2005/06/26 22:05:42 tgl Exp $
6
+ * $PostgreSQL: pgsql/src/pl/plpgsql/src/pl_exec.c,v 1.150 2005/07/28 00:26:30 tgl Exp $
7
7
*
8
8
* This software is copyrighted by Jan Wieck - Hamburg.
9
9
*
@@ -1143,7 +1143,7 @@ exec_stmt_getdiag(PLpgSQL_execstate *estate, PLpgSQL_stmt_getdiag *stmt)
1143
1143
{
1144
1144
PLpgSQL_diag_item * diag_item = (PLpgSQL_diag_item * ) lfirst (lc );
1145
1145
PLpgSQL_datum * var ;
1146
- bool isnull ;
1146
+ bool isnull = false ;
1147
1147
1148
1148
if (diag_item -> target <= 0 )
1149
1149
continue ;
@@ -1434,7 +1434,7 @@ exec_stmt_fori(PLpgSQL_execstate *estate, PLpgSQL_stmt_fori *stmt)
1434
1434
}
1435
1435
else
1436
1436
{
1437
- /*
1437
+ /*
1438
1438
* otherwise, this is a named continue that does not
1439
1439
* match the current statement's label, if any: return
1440
1440
* RC_CONTINUE so that the CONTINUE will propagate up
You can’t perform that action at this time.
0 commit comments