Content-Length: 270474 | pFad | http://github.com/postgrespro/postgres_cluster/commit/0fe8b1f7d48ed2d5f50d6583481f70d2ebf2a073
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
Fetched URL: http://github.com/postgrespro/postgres_cluster/commit/0fe8b1f7d48ed2d5f50d6583481f70d2ebf2a073
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments