diff options
author | John Naylor <john.naylor@postgresql.org> | 2022-10-10 15:08:38 +0700 |
---|---|---|
committer | John Naylor <john.naylor@postgresql.org> | 2022-10-10 15:08:38 +0700 |
commit | 6291b2546ce729aa912fd070628c6b9eb1f84947 (patch) | |
tree | 54544772ab76859b1ab302dcd967a252427d4914 /src/include/postgres.h | |
parent | 357cfefb09115292cfb98d504199e6df8201c957 (diff) | |
download | postgresql-6291b2546ce729aa912fd070628c6b9eb1f84947.tar.gz postgresql-6291b2546ce729aa912fd070628c6b9eb1f84947.zip |
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
Diffstat (limited to 'src/include/postgres.h')
0 files changed, 0 insertions, 0 deletions