pgsql: Cleanup some code related to pgbench log checks in TAP tests

2021-06-25 Thread Michael Paquier
Cleanup some code related to pgbench log checks in TAP tests This fixes a couple of problems within the so-said code of this commit subject: - Replace the use of open() with slurp_file(), fixing an issue reported by buildfarm member fairywren whose perl installation keep around CRLF characters, ca

pgsql: Cleanup some code related to pgbench log checks in TAP tests

2021-06-25 Thread Michael Paquier
Cleanup some code related to pgbench log checks in TAP tests This fixes a couple of problems within the so-said code of this commit subject: - Replace the use of open() with slurp_file(), fixing an issue reported by buildfarm member fairywren whose perl installation keep around CRLF characters, ca

pgsql: Cleanup some code related to pgbench log checks in TAP tests

2021-06-25 Thread Michael Paquier
Cleanup some code related to pgbench log checks in TAP tests This fixes a couple of problems within the so-said code of this commit subject: - Replace the use of open() with slurp_file(), fixing an issue reported by buildfarm member fairywren whose perl installation keep around CRLF characters, ca

pgsql: Cleanup some code related to pgbench log checks in TAP tests

2021-06-25 Thread Michael Paquier
Cleanup some code related to pgbench log checks in TAP tests This fixes a couple of problems within the so-said code of this commit subject: - Replace the use of open() with slurp_file(), fixing an issue reported by buildfarm member fairywren whose perl installation keep around CRLF characters, ca