Remove unnecessary semicolons after goto labels

John Naylor <john.naylor@postgresql.org>

Commit: 6291b2546ce729aa912fd070628c6b9eb1f84947
Author: John Naylor <john.naylor@postgresql.org>
Date: 2022-10-10T08:08:38Z
Releases: 16.0
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

Discussion