mirror of
https://github.com/postgres/postgres.git
synced 2025-06-23 14:01:44 +03:00
Silence perlcritic warning about missing return.
Per buildfarm member crake.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user