pgsql: Remove extra increment of plpgsql's statement counter for FOR lo
Started by Tom Laneover 5 years ago1 messagescomitters
Remove extra increment of plpgsql's statement counter for FOR loops.
This left gaps in the internal statement numbering, which is not
terribly harmful (else we'd have noticed sooner), but it's not
great either.
Oversight in bbd5c207b; backpatch to v12 where that came in.
Pavel Stehule
Discussion: /messages/by-id/CAFj8pRDXyQaJmpotNTQVc-t-WxdWZC35V2PnmwOaV1-taidFWA@mail.gmail.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/dfcc46fe3030b0114b7a5715d5fa40819561c04b
Modified Files
--------------
src/pl/plpgsql/src/pl_gram.y | 2 --
1 file changed, 2 deletions(-)