mirror of
https://github.com/postgres/postgres.git
synced 2025-07-08 11:42:09 +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/^$/],
|
||||||
[qr/could not read block/],
|
[qr/could not read block/],
|
||||||
"fails for corrupted data in $file");
|
"fails for corrupted data in $file");
|
||||||
|
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
# Authorized relation files filled with corrupted data cause the
|
# Authorized relation files filled with corrupted data cause the
|
||||||
|
Reference in New Issue
Block a user