pgsql: Remove unnecessary semicolons after goto labels - Mailing list pgsql-committers

From John Naylor
Subject pgsql: Remove unnecessary semicolons after goto labels
Date
Msg-id E1ohnwC-001idt-4y@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Use C library functions instead of Abs() for int64
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Translation updates