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 5868913 commit 0fe8b1fCopy full SHA for 0fe8b1f
src/pl/plpgsql/src/pl_gram.y
@@ -1304,7 +1304,6 @@ stmt_for : opt_loop_label K_FOR for_control loop_body
1304
1305
new = (PLpgSQL_stmt_fori *) $3;
1306
new->lineno = plpgsql_location_to_lineno(@2);
1307
- new->stmtid = ++plpgsql_curr_compile->nstatements;
1308
new->label = $1;
1309
new->body = $4.stmts;
1310
$$ = (PLpgSQL_stmt *) new;
@@ -1319,7 +1318,6 @@ stmt_for : opt_loop_label K_FOR for_control loop_body
1319
1318
/* forq is the common supertype of all three */
1320
new = (PLpgSQL_stmt_forq *) $3;
1321
1322
1323
1324
1325
0 commit comments