Thread: pgsql: Remove unnecessary semicolons after goto labels

pgsql: Remove unnecessary semicolons after goto labels

From
John Naylor
Date:
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(-)