forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitdfcc46f
committed
Remove extra increment of plpgsql's statement counter for FOR loops.
This left gaps in the internal statement numbering, which is notterribly harmful (else we'd have noticed sooner), but it's notgreat either.Oversight inbbd5c20; backpatch to v12 where that came in.Pavel StehuleDiscussion:https://postgr.es/m/CAFj8pRDXyQaJmpotNTQVc-t-WxdWZC35V2PnmwOaV1-taidFWA@mail.gmail.com1 parent5c0f7cc commitdfcc46f
1 file changed
+0
-2
lines changedLines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1341 | 1341 |
| |
1342 | 1342 |
| |
1343 | 1343 |
| |
1344 |
| - | |
1345 | 1344 |
| |
1346 | 1345 |
| |
1347 | 1346 |
| |
| |||
1356 | 1355 |
| |
1357 | 1356 |
| |
1358 | 1357 |
| |
1359 |
| - | |
1360 | 1358 |
| |
1361 | 1359 |
| |
1362 | 1360 |
| |
|
0 commit comments
Comments
(0)