mirror of
https://github.com/postgres/postgres.git
synced 2025-05-06 19:59:18 +03:00
Silence perlcritic warning about missing return.
Per buildfarm member crake.
This commit is contained in:
parent
d55241af70
commit
e65e8f8218
@ -109,6 +109,8 @@ sub fail_corrupt
|
||||
[qr/^$/],
|
||||
[qr/could not read block/],
|
||||
"fails for corrupted data in $file");
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
# Authorized relation files filled with corrupted data cause the
|
||||
|
Loading…
x
Reference in New Issue
Block a user