| From: | John Naylor <john(dot)naylor(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Remove unnecessary semicolons after goto labels |
| Date: | 2022-10-10 08:15:00 |
| Message-ID: | E1ohnwC-001idt-4y@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
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
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/6291b2546ce729aa912fd070628c6b9eb1f84947
Modified Files
--------------
src/backend/access/transam/slru.c | 2 +-
src/backend/executor/nodeModifyTable.c | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Eisentraut | 2022-10-10 10:08:46 | pgsql: Translation updates |
| Previous Message | Peter Eisentraut | 2022-10-10 07:07:08 | pgsql: Use C library functions instead of Abs() for int64 |