1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-09 06:21:09 +03:00

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
This commit is contained in:
John Naylor
2022-10-10 15:08:38 +07:00
parent 357cfefb09
commit 6291b2546c
2 changed files with 4 additions and 4 deletions

View File

@@ -1239,7 +1239,7 @@ SimpleLruTruncate(SlruCtl ctl, int cutoffPage)
*/
LWLockAcquire(shared->ControlLock, LW_EXCLUSIVE);
restart:;
restart:
/*
* While we are holding the lock, make an important safety check: the