Remove unnecessary semicolons after goto labels
John Naylor <john.naylor@postgresql.org>
Remove unnecessary semicolons after goto labels According to the C standard, a label must followed by a statement. If there was ever a time we needed an empty statement here, it was a long time ago. Japin Li Reviewed by Julien Rouhaud Discussion: https://www.postgresql.org/message-id/MEYP282MB16690F40189A4F060B41D56DB65E9%40MEYP282MB1669.AUSP282.PROD.OUTLOOK.COM
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/transam/slru.c | modified | +1 −1 |
| src/backend/executor/nodeModifyTable.c | modified | +3 −3 |
Discussion
- Remove unnecessary commas for goto labels 5 messages · 2022-10-08 → 2022-10-10