forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit78fab84
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 parent7428469 commit78fab84
1 file changed
+0
-2
lines changedLines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1304 | 1304 |
| |
1305 | 1305 |
| |
1306 | 1306 |
| |
1307 |
| - | |
1308 | 1307 |
| |
1309 | 1308 |
| |
1310 | 1309 |
| |
| |||
1319 | 1318 |
| |
1320 | 1319 |
| |
1321 | 1320 |
| |
1322 |
| - | |
1323 | 1321 |
| |
1324 | 1322 |
| |
1325 | 1323 |
| |
|
0 commit comments
Comments
(0)