Hi Michael,
Regarding the function regression_log_helper(), this function reads all the lines in the logs at line 219 of
src/test/recovery/t/027_stream_regress.pl.It seems wasteful to read the file again twice in read_file_ends().
Alternatively,we could read the file once within regression_log_helper() and index lines to emit the lines that we
want.
- Brandon & Ben