We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c0f7cc commit dfcc46fCopy full SHA for dfcc46f
src/pl/plpgsql/src/pl_gram.y
@@ -1341,7 +1341,6 @@ stmt_for : opt_loop_label K_FOR for_control loop_body
1341
1342
new = (PLpgSQL_stmt_fori *) $3;
1343
new->lineno = plpgsql_location_to_lineno(@2);
1344
- new->stmtid = ++plpgsql_curr_compile->nstatements;
1345
new->label = $1;
1346
new->body = $4.stmts;
1347
$$ = (PLpgSQL_stmt *) new;
@@ -1356,7 +1355,6 @@ stmt_for : opt_loop_label K_FOR for_control loop_body
1356
1355
/* forq is the common supertype of all three */
1357
new = (PLpgSQL_stmt_forq *) $3;
1358
1359
1360
1361
1362
0 commit comments