Remove commented-out code in 026_overwrite_contrecord.pl
Hi
There is some unused commented line of code in the tap test file `
026_overwrite_contrecord.pl` [1]https://github.com/postgres/postgres/blob/b7b27eb41a5cc0b45a1a9ce5c1cde5883d7bc358/src/test/recovery/t/026_overwrite_contrecord.pl#L61. Looks like a left over from earlier test
development.
Remove it for clarity.
Thanks,
Imran Zaheer
[1]: https://github.com/postgres/postgres/blob/b7b27eb41a5cc0b45a1a9ce5c1cde5883d7bc358/src/test/recovery/t/026_overwrite_contrecord.pl#L61
https://github.com/postgres/postgres/blob/b7b27eb41a5cc0b45a1a9ce5c1cde5883d7bc358/src/test/recovery/t/026_overwrite_contrecord.pl#L61
Attachments:
v1-0001-Remove-commented-code-in-026_overwrite_contrecord.patchtext/x-patch; charset=US-ASCII; name=v1-0001-Remove-commented-code-in-026_overwrite_contrecord.patchDownload+1-2
On Fri, 3 Apr 2026 at 19:26, Imran Zaheer <imran.zhir@gmail.com> wrote:
Hi
There is some unused commented line of code in the tap test file `026_overwrite_contrecord.pl` [1]. Looks like a left over from earlier test development.
I agree with you, +1 to remove this.
Regards,
Vignesh