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

Silence perlcritic warning about missing return.

Per buildfarm member crake.
This commit is contained in:
Tom Lane 2018-10-19 14:00:17 -04:00
parent d55241af70
commit e65e8f8218

View File

@ -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