]> git.ipfire.org Git - thirdparty/postgresql.git/commit
pg_validatebackup: Adjust TAP tests to placate perlcritic.
authorRobert Haas <rhaas@postgresql.org>
Fri, 3 Apr 2020 19:28:59 +0000 (15:28 -0400)
committerRobert Haas <rhaas@postgresql.org>
Fri, 3 Apr 2020 19:28:59 +0000 (15:28 -0400)
commit87e300434058a157bbc4ef8d039937abdefa7610
treecbaaa23aceab6ef95b786b3a3704ab06f5f171bf
parent0d8c9c1210c44b36ec2efcb223a1dfbe897a3661
pg_validatebackup: Adjust TAP tests to placate perlcritic.

It seems that we have a policy that every Perl subroutine should
end with an explicit "return", so add explicit "return"
statements to all the new subroutines added by my prior
commit 0d8c9c1210c44b36ec2efcb223a1dfbe897a3661.

Per buildfarm.
src/bin/pg_validatebackup/t/003_corruption.pl
src/bin/pg_validatebackup/t/005_bad_manifest.pl